xref: /csrg-svn/share/doc/smm/Makefile (revision 67121)
1#	@(#)Makefile	8.2 (Berkeley) 05/10/94
2
3# The following modules do not build/install:
4# 10.named, 13.amd
5
6BINDIR=	/usr/share/doc/smm
7FILES=	Makefile Title
8SUBDIR=	01.setup 02.config 03.fsck 04.quotas 05.fastfs 06.nfs 07.lpd \
9	08.sendmailop 09.sendmail 11.timedop 12.timed 14.uucpimpl \
10	15.uucpnet 16.security 17.password 18.net 19.perl
11
12Title.ps: ${FILES}
13	groff -ms Title > ${.TARGET}
14
15beforeinstall:
16	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
17	    ${DESTDIR}${BINDIR}
18
19.include <bsd.subdir.mk>
20