freebsd-dev/usr.bin/units/Makefile
Alexander Langer a303171509 Units conversion utility courtesy of NetBSD.
Submitted by:	Jeremy Prior
Obtained from:	NetBSD
1996-06-08 03:43:43 +00:00

10 lines
208 B
Makefile

# $Id: Makefile,v 1.2 1996/04/06 06:00:58 thorpej Exp $
PROG= units
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/units.lib ${DESTDIR}/usr/share/misc
.include <bsd.prog.mk>