1 1.6 cgd # @(#)Makefile 8.1 (Berkeley) 6/10/93 2 1.6 cgd 3 1.6 cgd # The following modules do not build/install: 4 1.6 cgd # 10.named, 13.amd 5 1.1 cgd 6 1.1 cgd BINDIR= /usr/share/doc/smm 7 1.1 cgd FILES= 00.contents Makefile Title 8 1.6 cgd SUBDIR= 01.setup 02.config 03.fsck 04.quotas 05.fastfs 06.nfs 07.lpd \ 9 1.6 cgd 08.sendmailop 09.sendmail 11.timedop 12.timed 14.uucpimpl \ 10 1.6 cgd 15.uucpnet 16.security 17.password 18.net 11 1.6 cgd 12 1.6 cgd Title.ps: ${FILES} 13 1.6 cgd groff Title > ${.TARGET} 14 1.6 cgd 15 1.6 cgd contents.ps: ${FILES} 16 1.6 cgd groff -ms 00.contents > ${.TARGET} 17 1.1 cgd 18 1.1 cgd .if ${MACHINE} == "tahoe" 19 1.1 cgd SUBDIR+=01.setup 20 1.1 cgd .elif ${MACHINE} == "vax" 21 1.1 cgd SUBDIR+=01.setup 22 1.1 cgd .endif 23 1.4 jtc 24 1.6 cgd beforeinstall: 25 1.1 cgd install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ 26 1.1 cgd ${DESTDIR}${BINDIR} 27 1.1 cgd 28 1.1 cgd .include <bsd.subdir.mk> 29