summaryrefslogtreecommitdiff
path: root/share/doc/smm
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1997-08-07 09:01:52 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1997-08-07 09:01:52 +0000
commit4a46a2eed447564c130ffe96d35d2a3b3225a8e6 (patch)
treee60dbac6f88615843f0609237ad40d0d69101e83 /share/doc/smm
parentd598a1f8613dfcfae6a141a9bebf81dc0f8f6a76 (diff)
Use DOCDIR (god this has been lying in my tree a long time)
Diffstat (limited to 'share/doc/smm')
-rw-r--r--share/doc/smm/01.setup/Makefile4
-rw-r--r--share/doc/smm/Makefile8
2 files changed, 6 insertions, 6 deletions
diff --git a/share/doc/smm/01.setup/Makefile b/share/doc/smm/01.setup/Makefile
index ce68a5c0f54..38b7d6a8e43 100644
--- a/share/doc/smm/01.setup/Makefile
+++ b/share/doc/smm/01.setup/Makefile
@@ -9,7 +9,7 @@ paper.ps: ${SRCS}
${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
install: ${SRCS}
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
- Makefile ${FILES} ${EXTRA} ${DESTDIR}${BINDIR}/${DIR}
+ install -c -o ${DOCOWN} -g ${DOCGRP} -m ${DOCMODE} \
+ Makefile ${FILES} ${EXTRA} ${DESTDIR}${DOCDIR}/${DIR}
.include <bsd.doc.mk>
diff --git a/share/doc/smm/Makefile b/share/doc/smm/Makefile
index c515757374e..7d46af46217 100644
--- a/share/doc/smm/Makefile
+++ b/share/doc/smm/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 1996/04/22 01:26:42 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 1997/08/07 09:01:49 niklas Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/10/93
# The following modules do not build/install:
@@ -10,7 +10,7 @@
# Missing from 4.4BSD-Lite:
# 14.uucpimpl 15.uucpnet 16.security 17.password
-BINDIR= /usr/share/doc/smm
+DOCDIR= /usr/share/doc/smm
FILES= 00.contents Makefile Title
SUBDIR= 01.setup 04.quotas 05.fastfs 06.nfs 18.net
.if exists(03.fsck_ffs)
@@ -33,7 +33,7 @@ contents.ps: ${FILES}
groff -ms 00.contents > ${.TARGET}
beforeinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
- ${DESTDIR}${BINDIR}
+ install -c -o ${DOCOWN} -g ${DOCGRP} -m ${DOCMODE} ${FILES} \
+ ${DESTDIR}${DOCDIR}
.include <bsd.subdir.mk>