diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-11-08 00:47:04 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-11-08 00:47:04 +0000 |
| commit | b817889f675973448c71d87333cb5aa9deb1db25 (patch) | |
| tree | 865c76a4dda5722b503aa615d2f93289abf3c949 /gnu/include/Makefile | |
| parent | 3b2b7f71deba2a4efbd218d235ab774397500242 (diff) | |
Notes
Diffstat (limited to 'gnu/include/Makefile')
| -rw-r--r-- | gnu/include/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gnu/include/Makefile b/gnu/include/Makefile new file mode 100644 index 000000000000..e05dbf801302 --- /dev/null +++ b/gnu/include/Makefile @@ -0,0 +1,16 @@ +# $Id: Makefile,v 1.19 1994/11/01 09:19:50 pst Exp $ +# +all depend lint tags: + +FILES= values.h +NOOBJ= noobj + +beforeinstall: + @${ECHO} installing ${FILES} + @-for i in ${FILES}; do \ + cmp -s $$i ${DESTDIR}/usr/include/$$i || \ + install -c -o ${BINOWN} -g ${BINGRP} -m 444 $$i \ + ${DESTDIR}/usr/include/$$i; \ + done + +.include <bsd.prog.mk> |
