summaryrefslogtreecommitdiffstats
path: root/usr.bin/units/Makefile
blob: 3a72eba1dcfe7145463dbc2a75191fa576d41b32 (plain)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

PROG=	units
WARNS?=	2

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

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud