summaryrefslogtreecommitdiff
path: root/include/Makefile
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1993-04-04 19:17:10 +0000
committercgd <cgd@NetBSD.org>1993-04-04 19:17:10 +0000
commitf6aab4c4e91d2eb44bcebbb695ae446756ff68f0 (patch)
treeb997c7ce4559809d5a50fb40e2ef3c6970e8c67c /include/Makefile
parent4fd6e23aea453152233359d06e6a701312947f47 (diff)
now that we have subdirs, need to do them on install, too...
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index b21f119e5e0..a0d2874219f 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -32,7 +32,7 @@ NOOBJ= noobj
SHARED= copies
#SHARED= symlinks
-install: ${SHARED}
+install: _PROGSUBDIR ${SHARED}
@echo installing ${FILES}
@-for i in ${FILES}; do \
cmp -s $$i ${DESTDIR}/usr/include/$$i || \