4.4BSD snapshot (revision 8.1)
[unix-history] / usr / src / usr.bin / units / Makefile
CommitLineData
e67aa390 1# @(#)Makefile 8.1 (Berkeley) %G%
eb9c07bb 2
662ace95 3PROG= units
eb9c07bb 4
662ace95
KB
5beforeinstall:
6 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/units.lib \
7 ${DESTDIR}/usr/share/misc
eb9c07bb 8
662ace95 9.include <bsd.prog.mk>