diff options
| author | cgd <cgd@NetBSD.org> | 1994-06-19 02:17:46 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1994-06-19 02:17:46 +0000 |
| commit | defb1d9778317cdc918ae00a702b758c2dd83aba (patch) | |
| tree | c4d90bc8ab3aa45361eb104f6919aa3524fb8c9e /share/doc | |
| parent | 48fb64c3f75abda91d63eb1684f4c67f4768d8d3 (diff) | |
make it work
Diffstat (limited to 'share/doc')
| -rw-r--r-- | share/doc/smm/Makefile | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/share/doc/smm/Makefile b/share/doc/smm/Makefile index 2e2276588fb..71f0790be5f 100644 --- a/share/doc/smm/Makefile +++ b/share/doc/smm/Makefile @@ -1,13 +1,26 @@ -# @(#)Makefile 8.1 (Berkeley) 6/10/93 +# from: @(#)Makefile 8.1 (Berkeley) 6/10/93 +# $Id: Makefile,v 1.7 1994/06/19 02:17:46 cgd Exp $ # The following modules do not build/install: # 10.named, 13.amd +# Missing: +# 02.config 11.timedop 12.timed + +# Missing from 4.4BSD-Lite: +# 14.uucpimpl 15.uucpnet 16.security 17.password + BINDIR= /usr/share/doc/smm FILES= 00.contents Makefile Title -SUBDIR= 01.setup 02.config 03.fsck 04.quotas 05.fastfs 06.nfs 07.lpd \ - 08.sendmailop 09.sendmail 11.timedop 12.timed 14.uucpimpl \ - 15.uucpnet 16.security 17.password 18.net +.ifnmake install +SUBDIR= 01.setup 03.fsck 04.quotas 05.fastfs 06.nfs 07.lpd \ + 08.sendmailop 09.sendmail 18.net +.else +TOP= ../../.. +SUBDIR= 01.setup ${TOP}/sbin/fsck/SMM.doc 04.quotas 05.fastfs 06.nfs \ + ${TOP}/usr.sbin/lpr/SMM.doc ${TOP}/usr.sbin/sendmail/doc/op \ + ${TOP}/usr.sbin/sendmail/doc/intro 18.net +.endif Title.ps: ${FILES} groff Title > ${.TARGET} @@ -15,12 +28,6 @@ Title.ps: ${FILES} contents.ps: ${FILES} groff -ms 00.contents > ${.TARGET} -.if ${MACHINE} == "tahoe" -SUBDIR+=01.setup -.elif ${MACHINE} == "vax" -SUBDIR+=01.setup -.endif - beforeinstall: install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ ${DESTDIR}${BINDIR} |
