summaryrefslogtreecommitdiff
path: root/usr.bin/units/Makefile
blob: 4b1d3328d6222dc81968d32e733632a8da6ba5a7 (plain)
1
2
3
4
5
6
7
8
9
#	$Id: Makefile,v 1.1 1993/10/27 03:31:49 cgd Exp $

PROG=	units

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

.include <bsd.prog.mk>