# $FreeBSD: stable/3/usr.bin/units/Makefile 50581 1999-08-29 15:57:45Z peter $

PROG=	units

beforeinstall:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
	    ${.CURDIR}/units.lib ${DESTDIR}/usr/share/misc

.include <bsd.prog.mk>
