diff options
author | peter <peter@FreeBSD.org> | 1996-08-30 19:26:49 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-08-30 19:26:49 +0000 |
commit | 20369831f913426cc572631d3d54bbc0989c58dc (patch) | |
tree | 5e39f9dbd5923d6d1d671816955f2d7bbc2fb0fc /gnu | |
parent | ca925d6eb1941e5b911a56e20b05b995e0906b97 (diff) | |
download | FreeBSD-src-20369831f913426cc572631d3d54bbc0989c58dc.zip FreeBSD-src-20369831f913426cc572631d3d54bbc0989c58dc.tar.gz |
Too verbose, typo (I missed the -C :-)
Submitted by: bde
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/include/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/gnu/include/Makefile b/gnu/include/Makefile index 4a8477e..612945a 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> |