xref: /original-bsd/usr.bin/units/Makefile (revision c3e32dec)
1#	@(#)Makefile	8.1 (Berkeley) 06/06/93
2
3PROG=	units
4
5beforeinstall:
6	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/units.lib \
7	    ${DESTDIR}/usr/share/misc
8
9.include <bsd.prog.mk>
10