Shouldn't the includes/Makefile be installing headers using
INCOWN/INCGRP instead of BINOWN/BINGRP?  I ran into this when trying
to do a 'make includes' as a normal user.

Kris

Index: include/Makefile
===================================================================
RCS file: /home/ncvs/src/include/Makefile,v
retrieving revision 1.142
diff -u -r1.142 Makefile
--- include/Makefile    2001/05/26 11:57:29     1.142
+++ include/Makefile    2001/05/26 21:57:34
@@ -78,15 +78,15 @@
 beforeinstall: ${SHARED}
        @rm -f ${DESTDIR}/usr/include/timepps.h
        cd ${.CURDIR}; \
-               ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
+               ${INSTALL} -C -o ${INCOWN} -g ${INCGRP} -m 444 \
                ${FILES} ${DESTDIR}/usr/include
        cd ${.CURDIR}/arpa; \
-               ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
+               ${INSTALL} -C -o ${INCOWN} -g ${INCGRP} -m 444 \
                ${ARPAFILES} ${DESTDIR}/usr/include/arpa
        cd ${.CURDIR}/protocols; \
-               ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
+               ${INSTALL} -C -o ${INCOWN} -g ${INCGRP} -m 444 \
                ${PROTOFILES} ${DESTDIR}/usr/include/protocols
-       ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
+       ${INSTALL} -C -o ${INCOWN} -g ${INCGRP} -m 444 \
                ${.OBJDIR}/osreldate.h \
                ${DESTDIR}/usr/include
 .for i in ${LFILES}
@@ -109,12 +109,12 @@
                -p ${DESTDIR}/usr/include
 .for i in ${LDIRS} ${LSUBDIRS}
        cd ${.CURDIR}/../sys; \
-               ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 $i/*.h \
+               ${INSTALL} -C -o ${INCOWN} -g ${INCGRP} -m 444 $i/*.h \
                ${DESTDIR}/usr/include/$i
 .endfor
 .if exists(${.CURDIR}/../sys/${MACHINE_ARCH}/include)
        cd ${.CURDIR}/../sys/${MACHINE_ARCH}/include; \
-               ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
+               ${INSTALL} -C -o ${INCOWN} -g ${INCGRP} -m 444 *.h \
                ${DESTDIR}/usr/include/machine
 .endif
 .for i in ${SFILES}

PGP signature

Reply via email to