1 # from: @(#)Makefile 8.1 (Berkeley) 6/10/93 2 # $Id: Makefile,v 1.7 1994/06/19 02:17:46 cgd Exp $ 3 4 # The following modules do not build/install: 5 # 10.named, 13.amd 6 7 # Missing: 8 # 02.config 11.timedop 12.timed 9 10 # Missing from 4.4BSD-Lite: 11 # 14.uucpimpl 15.uucpnet 16.security 17.password 12 13 BINDIR= /usr/share/doc/smm 14 FILES= 00.contents Makefile Title 15 .ifnmake install 16 SUBDIR= 01.setup 03.fsck 04.quotas 05.fastfs 06.nfs 07.lpd \ 17 08.sendmailop 09.sendmail 18.net 18 .else 19 TOP= ../../.. 20 SUBDIR= 01.setup ${TOP}/sbin/fsck/SMM.doc 04.quotas 05.fastfs 06.nfs \ 21 ${TOP}/usr.sbin/lpr/SMM.doc ${TOP}/usr.sbin/sendmail/doc/op \ 22 ${TOP}/usr.sbin/sendmail/doc/intro 18.net 23 .endif 24 25 Title.ps: ${FILES} 26 groff Title > ${.TARGET} 27 28 contents.ps: ${FILES} 29 groff -ms 00.contents > ${.TARGET} 30 31 beforeinstall: 32 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ 33 ${DESTDIR}${BINDIR} 34 35 .include <bsd.subdir.mk> 36