summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-07 22:29:20 +0000
committerwollman <wollman@FreeBSD.org>1994-08-07 22:29:20 +0000
commitbb746b8f314f84ce26f844fb37e0e07d42e76a71 (patch)
tree14c8f76767a88e3600099b741ca78f1cf02a5cf7 /include
parent5840c2bc03bafecd91180dd7b3227211cc943d0c (diff)
downloadFreeBSD-src-bb746b8f314f84ce26f844fb37e0e07d42e76a71.zip
FreeBSD-src-bb746b8f314f84ce26f844fb37e0e07d42e76a71.tar.gz
Make sure that rpcsvc headers actually get installed.
Diffstat (limited to 'include')
-rw-r--r--include/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile
index f0f995b..d8fd2d2 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
-# $Id: Makefile,v 1.6 1994/08/04 20:39:19 wollman Exp $
+# $Id: Makefile,v 1.7 1994/08/04 20:49:28 wollman Exp $
#
# Doing a make install builds /usr/include
#
@@ -36,7 +36,7 @@ NOOBJ= noobj
# SHARED= copies
SHARED?= symlinks
-install: ${SHARED}
+beforeinstall: ${SHARED}
@echo installing ${FILES}
@-for i in ${FILES}; do \
cmp -s $$i ${DESTDIR}/usr/include/$$i > /dev/null 2>&1 || \
OpenPOWER on IntegriCloud