summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.doc.mk
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-09-03 15:14:45 +0000
committerbde <bde@FreeBSD.org>1996-09-03 15:14:45 +0000
commitf604ccac59c97e892c1ffe97f9ab4176f802d91f (patch)
tree07b0f58154314653cee1b73156d44ce8f37f7d06 /share/mk/bsd.doc.mk
parent50b00557e0e9c28f33049efc6de6d4e2961940c5 (diff)
downloadFreeBSD-src-f604ccac59c97e892c1ffe97f9ab4176f802d91f.zip
FreeBSD-src-f604ccac59c97e892c1ffe97f9ab4176f802d91f.tar.gz
BSD.usr.dist:
Added forgotten share/doc/psd/05.sysman and share/zoneinfo/America/Indiana. bsd.doc.mk: Nuked mkdir -p and wrong fixups of the leaf directory's ownerships and permissions. The doc tree should be well enough established for this to be safe. Installs to directories should use a trailing slash on the directory name so installs to non-drectories are fatal, but I didn't start changing them. bsd.man.mk: Nuked mkdir -p and wrong fixups of the leaf directory's ownerships and permissions. They were overkill to create just /usr/share/info. zoneinfo/Makefile: No changes yet. zic creates directories with ordinary 755 permissions. Why do we use 555 permissions for directories in /usr/share/zoninfo. Why not for zoneinfo itself? /proc and /dev/fd are the only other directories in the system with 555 permissions.
Diffstat (limited to 'share/mk/bsd.doc.mk')
-rw-r--r--share/mk/bsd.doc.mk10
1 files changed, 1 insertions, 9 deletions
diff --git a/share/mk/bsd.doc.mk b/share/mk/bsd.doc.mk
index 833b821..a73c264 100644
--- a/share/mk/bsd.doc.mk
+++ b/share/mk/bsd.doc.mk
@@ -1,5 +1,5 @@
# from: @(#)bsd.doc.mk 5.3 (Berkeley) 1/2/91
-# $Id: bsd.doc.mk,v 1.24 1996/03/09 23:48:53 wosch Exp $
+# $Id: bsd.doc.mk,v 1.25 1996/06/24 04:23:54 jkh Exp $
PRINTER?= ascii
@@ -76,14 +76,6 @@ clean:
FILES?= ${SRCS}
realinstall:
- @if [ ! -d "${DESTDIR}${BINDIR}/${VOLUME}" ]; then \
- /bin/rm -f ${DESTDIR}${BINDIR}/${VOLUME} ; \
- mkdir -p ${DESTDIR}${BINDIR}/${VOLUME} ; \
- chown root.wheel ${DESTDIR}${BINDIR}/${VOLUME} ; \
- chmod 755 ${DESTDIR}${BINDIR}/${VOLUME} ; \
- else \
- true ; \
- fi
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${DFILE} ${DESTDIR}${BINDIR}/${VOLUME}
OpenPOWER on IntegriCloud