make source match the man page, handle -number/+number more cleanly
[unix-history] / usr / src / usr.bin / units / Makefile
CommitLineData
662ace95 1# @(#)Makefile 5.3 (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>