Fix stupid mistake. It really did work here...

This commit is contained in:
Daniel Harris 2001-04-28 01:42:22 +00:00
parent f0d20428a9
commit c073814b7f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41984

View file

@ -5,7 +5,7 @@
$(LINK) $(yawho_LDFLAGS) $(yawho_OBJECTS) $(yawho_LDADD) $(LIBS)
install:
- $(INSTALL) -o root -m 0755 yawho $(bindir)/yawho
+ $(INSTALL_PROGRAM) yawho $(bindir)/yawho
+ $(BSD_INSTALL_PROGRAM) yawho $(bindir)/yawho
clean:
rm -f ./*.o
rm -f yawho