diff options
| author | cgd <cgd@NetBSD.org> | 1994-02-10 02:09:31 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1994-02-10 02:09:31 +0000 |
| commit | 893697d4df468fc64abeef1166cfe3bf2bbacac7 (patch) | |
| tree | 85bc9821dc87fb7c7603a8cdef5dcc36a0163c85 /include/Makefile | |
| parent | b9c5c66af3fa17f4efb8f921fc001f993f257b4d (diff) | |
don't hide install -d, and make owner/group correct
Diffstat (limited to 'include/Makefile')
| -rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index d9aefa75d45..9b28b8c715e 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 -# $Id: Makefile,v 1.32 1994/01/12 22:56:29 cgd Exp $ +# $Id: Makefile,v 1.33 1994/02/10 02:09:31 cgd Exp $ # Doing a make install builds /usr/include # @@ -60,7 +60,7 @@ realinstall: @chmod -R a-w ${DESTDIR}/usr/include beforeinstall: - @install -d -o root -g wheel -m 755 ${DESTDIR}/usr/include + install -d -o bin -g bin -m 755 ${DESTDIR}/usr/include copies: @echo copies: ${LDIRS} |
