xref: /freebsd/usr.bin/units/Makefile (revision f9ce010afdd3136fc73e2b500f2ed916bf9cfa59)
1# $FreeBSD$
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