freebsd-src/usr.bin/units/Makefile

10 lines
167 B
Makefile
Raw Normal View History

1999-08-28 02:08:13 +01:00
# $FreeBSD$
PROG= units
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/units.lib ${DESTDIR}/usr/share/misc
.include <bsd.prog.mk>