Makefile revision 16186
1#	$Id: Makefile,v 1.2 1996/04/06 06:00:58 thorpej 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