summaryrefslogtreecommitdiff
path: root/usr.bin/units
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-09-20 21:38:12 +0000
committerBruce Evans <bde@FreeBSD.org>1998-09-20 21:38:12 +0000
commit929d7a2fc5628d0e608df3360c5b098c358f30fb (patch)
tree07f79809ea71d5914228194cd421b41d15ff4e6e /usr.bin/units
parent6ed49410a5379661d8789f59337a7f54cfc73385 (diff)
Notes
Diffstat (limited to 'usr.bin/units')
-rw-r--r--usr.bin/units/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/units/Makefile b/usr.bin/units/Makefile
index b41435647ecf..5f4f8057fd57 100644
--- a/usr.bin/units/Makefile
+++ b/usr.bin/units/Makefile
@@ -1,9 +1,9 @@
-# $Id$
+# $Id: Makefile,v 1.3 1997/02/22 19:57:30 peter Exp $
PROG= units
beforeinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/units.lib ${DESTDIR}/usr/share/misc
.include <bsd.prog.mk>