NetBSD/usr.bin/units/Makefile

10 lines
215 B
Makefile
Raw Normal View History

1996-10-18 09:55:26 +04:00
# $NetBSD: Makefile,v 1.3 1996/10/18 06:23:04 thorpej Exp $
PROG= units
beforeinstall:
1996-10-18 09:55:26 +04:00
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/units.lib ${DESTDIR}/usr/share/misc
.include <bsd.prog.mk>