4.3BSD-Reno/src/usr.bin/units/Makefile

#	@(#)Makefile	5.3 (Berkeley) 5/11/90

PROG=	units

beforeinstall:
	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/units.lib \
	    ${DESTDIR}/usr/share/misc

.include <bsd.prog.mk>