summaryrefslogtreecommitdiffstats
path: root/gnu/include/Makefile
blob: aa06524cf44589d8d879045dab04459829f7f368 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$Id: Makefile,v 1.1 1994/11/08 00:47:02 ache Exp $
#
all depend lint tags:

FILES= values.h
NOOBJ=	noobj

beforeinstall:
	@${ECHO} installing ${FILES}
	@-for i in ${FILES}; do \
		cmp -s $$i ${DESTDIR}/usr/include/$$i || \
		    ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 $$i \
		    ${DESTDIR}/usr/include/$$i; \
	done

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