aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/units/Makefile
blob: 1101e650012e5ce9bca74bce7651b2cee19e1e00 (plain) (blame)
1
2
3
4
5
6
7
8
9
#	$Id: Makefile,v 1.1.1.1 1996/06/08 03:43:43 alex Exp $

PROG=	units

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

.include <bsd.prog.mk>