diff options
Diffstat (limited to 'usr.bin/units/Makefile')
-rw-r--r-- | usr.bin/units/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.bin/units/Makefile b/usr.bin/units/Makefile new file mode 100644 index 00000000000..9f583691d3d --- /dev/null +++ b/usr.bin/units/Makefile @@ -0,0 +1,9 @@ +# $Id: Makefile,v 1.1 1995/10/18 08:46:30 deraadt Exp $ + +PROG= units + +beforeinstall: + install -c -o ${BINOWN} -g ${BINGRP} -m 444 \ + ${.CURDIR}/units.lib ${DESTDIR}/usr/share/misc + +.include <bsd.prog.mk> |