freebsd-dev/usr.bin/units/Makefile
2001-06-24 12:23:54 +00:00

11 lines
177 B
Makefile

# $FreeBSD$
PROG= units
WARNS?= 2
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/units.lib ${DESTDIR}/usr/share/misc
.include <bsd.prog.mk>