Deleted Added
full compact
Makefile (1639) Makefile (5480)
1# @(#)Makefile 8.1 (Berkeley) 6/10/93
1# From: @(#)Makefile 8.1 (Berkeley) 6/10/93
2# $Id$
2
3
4# The following modules do not describe FreeBSD:
5# 14.uucpimpl, 15.uucpnet
6
3# The following modules do not build/install:
7# The following modules do not build/install:
4# 10.named, 13.amd
8# 06.nfs 08.sendmailop 09.sendmail (requre -me macros, which are broken)
9# 10.named (no documentation at all)
10# 13.amd (documentation is TeXinfo)
11# 16.security 17.password (encumbered)
5
6BINDIR= /usr/share/doc/smm
12
13BINDIR= /usr/share/doc/smm
7FILES= 00.contents 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
14SUBDIR= title contents 01.setup 02.config 03.fsck 04.quotas 05.fastfs \
15 07.lpd 11.timedop 12.timed 18.net
11
16
12Title.ps: ${FILES}
13 groff Title > ${.TARGET}
14
15contents.ps: ${FILES}
16 groff -ms 00.contents > ${.TARGET}
17
18.if ${MACHINE} == "tahoe"
19SUBDIR+=01.setup
20.elif ${MACHINE} == "vax"
21SUBDIR+=01.setup
22.endif
23
17.if ${MACHINE} == "tahoe"
18SUBDIR+=01.setup
19.elif ${MACHINE} == "vax"
20SUBDIR+=01.setup
21.endif
22
24beforeinstall:
25 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
26 ${DESTDIR}${BINDIR}
27
28.include <bsd.subdir.mk>
23.include <bsd.subdir.mk>