# $FreeBSD: stable/2.2/usr.bin/units/Makefile 50952 1999-09-05 11:54:50Z peter $

PROG=	units

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

.include <bsd.prog.mk>
