xref: /original-bsd/usr.bin/units/Makefile (revision e59fb703)
1#	@(#)Makefile	5.3 (Berkeley) 05/11/90
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