1999-08-28 01:08:13 +00:00
|
|
|
# $FreeBSD$
|
1996-06-08 03:43:43 +00:00
|
|
|
|
|
|
|
PROG= units
|
|
|
|
|
|
|
|
beforeinstall:
|
1998-09-20 21:38:12 +00:00
|
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
|
1996-06-08 03:43:43 +00:00
|
|
|
${.CURDIR}/units.lib ${DESTDIR}/usr/share/misc
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|