xref: /freebsd/usr.bin/units/Makefile (revision 0640d357f29fb1c0daaaffadd0416c5981413afd)
1#	$Id: Makefile,v 1.3 1997/02/22 19:57:30 peter Exp $
2
3PROG=	units
4
5beforeinstall:
6	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
7	    ${.CURDIR}/units.lib ${DESTDIR}/usr/share/misc
8
9.include <bsd.prog.mk>
10