1# $FreeBSD$ 2 3PROG= units 4WARNS?= 2 5 6beforeinstall: 7 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \ 8 ${.CURDIR}/units.lib ${DESTDIR}/usr/share/misc 9 10.include <bsd.prog.mk> 11