summaryrefslogtreecommitdiffstats
path: root/gnu/include/Makefile
blob: 4a8477e9aa4e70f37d4f8d40c1b178ad50adcf26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$Id: Makefile,v 1.2 1995/08/06 12:22:38 bde Exp $
#
all depend lint tags:

FILES= values.h
NOOBJ=	noobj

beforeinstall:
.for i in ${FILES}
	cd ${.CURDIR} ; \
		${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 $i \
		${DESTDIR}/usr/include/$i
.endfor

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