xref: /openbsd/usr.bin/units/Makefile (revision 264ca280)
1#	$OpenBSD: Makefile,v 1.4 1997/04/27 20:56:56 millert Exp $
2
3PROG=	units
4
5beforeinstall:
6	${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
7	    ${.CURDIR}/units.lib ${DESTDIR}/usr/share/misc
8
9.include <bsd.prog.mk>
10