aboutsummaryrefslogtreecommitdiff
path: root/gnu/include
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-08-30 19:26:49 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-08-30 19:26:49 +0000
commitd49112c5f1ba4db4681485b02e3e843a568fe1f7 (patch)
tree5e39f9dbd5923d6d1d671816955f2d7bbc2fb0fc /gnu/include
parentc86058f16c543f4790dee7a6b1051fc79dd02665 (diff)
downloadsrc-d49112c5f1ba4db4681485b02e3e843a568fe1f7.tar.gz
src-d49112c5f1ba4db4681485b02e3e843a568fe1f7.zip
Too verbose, typo (I missed the -C :-)
Submitted by: bde
Notes
Notes: svn path=/head/; revision=17952
Diffstat (limited to 'gnu/include')
-rw-r--r--gnu/include/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/gnu/include/Makefile b/gnu/include/Makefile
index 4a8477e9aa4e..612945a2e12c 100644
--- a/gnu/include/Makefile
+++ b/gnu/include/Makefile
@@ -1,15 +1,11 @@
-# $Id: Makefile,v 1.2 1995/08/06 12:22:38 bde Exp $
+# $Id: Makefile,v 1.3 1996/08/30 03:12:16 peter Exp $
#
all depend lint tags:
-FILES= values.h
NOOBJ= noobj
beforeinstall:
-.for i in ${FILES}
- cd ${.CURDIR} ; \
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 $i \
- ${DESTDIR}/usr/include/$i
-.endfor
+ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/values.h \
+ ${DESTDIR}/usr/include
.include <bsd.prog.mk>