summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-01 13:09:11 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-01 13:09:11 +0000
commitb95b657623910681ad0f5a97b9c7c219463f4279 (patch)
tree4d97146d12cdca0c0056840b53313893e33fdbc8
parentb600f907c4a7230dc9f10154accae2a5dd247b00 (diff)
realinstall -> includes
-rw-r--r--include/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/include/Makefile b/include/Makefile
index 66506ac521e..32d563757fc 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
@@ -31,7 +31,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 || \
@@ -68,9 +68,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 \
@@ -117,6 +114,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>