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