summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1996-04-25 00:55:44 +0000
committerjtc <jtc@NetBSD.org>1996-04-25 00:55:44 +0000
commit09dea4bd35c5f6ca3c052790beb118c5a0bde4cd (patch)
tree5b0d821dbb64ac792dd8d17113df8ad3014df144 /include
parent7dcb56f419867a60d59dd00767ec9bb0ca5cf120 (diff)
Use 'includes' instead of 'install' targets to install headers
Diffstat (limited to 'include')
-rw-r--r--include/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/include/Makefile b/include/Makefile
index 7e17e16b7e8..ad87c51cfc0 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 1996/02/05 22:34:09 jtc Exp $
+# $NetBSD: Makefile,v 1.57 1996/04/25 00:55:44 jtc Exp $
# @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91
@@ -30,7 +30,7 @@ NOOBJ= noobj
.include <bsd.own.mk>
SYS_INCLUDE?= copies
-realinstall:
+includes:
@echo installing ${FILES}
@-for i in ${FILES}; do \
cmp -s $$i ${DESTDIR}/usr/include/$$i || \
@@ -61,9 +61,6 @@ realinstall:
find ${DESTDIR}/usr/include -type d | \
xargs chmod u=rwx,go=rx
-beforeinstall:
- install -d -o ${BINOWN} -g ${BINGRP} -m 755 ${DESTDIR}/usr/include
-
copies:
@echo copies: ${LDIRS}
@-for i in ${LDIRS}; do \
@@ -110,6 +107,6 @@ symlinks:
ln -s machine ${DESTDIR}/usr/include/${MACHINE_ARCH} ; \
fi
-.include <bsd.prog.mk>
+includes: ${SYS_INCLUDE}
-realinstall: ${SYS_INCLUDE}
+.include <bsd.prog.mk>