xref: /freebsd/usr.bin/units/Makefile (revision 5521ff5a4d1929056e7ffc982fac3341ca54df7c)
1# $FreeBSD$
2
3PROG=	units
4WARNS?=	2
5
6beforeinstall:
7	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
8	    ${.CURDIR}/units.lib ${DESTDIR}/usr/share/misc
9
10.include <bsd.prog.mk>
11