Make sure that rpcsvc headers actually get installed.

This commit is contained in:
Garrett Wollman 1994-08-07 22:29:20 +00:00
parent 46cc41a1d8
commit 437c3dee7c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1917

View File

@ -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 || \