1999-02-14 12:47:46 +03:00
|
|
|
# $NetBSD: Makefile,v 1.17 1999/02/14 09:47:46 lukem Exp $
|
1997-10-17 13:40:33 +04:00
|
|
|
# from: @(#)Makefile 8.2 (Berkeley) 5/10/94
|
1994-06-19 05:13:13 +04:00
|
|
|
|
1999-02-14 12:47:46 +03:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
1994-06-19 05:13:13 +04:00
|
|
|
# The following modules do not build/install:
|
|
|
|
# 10.named, 13.amd
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1994-06-19 06:17:46 +04:00
|
|
|
# Missing:
|
1997-12-21 19:12:03 +03:00
|
|
|
# 02.config
|
1994-06-19 06:17:46 +04:00
|
|
|
|
|
|
|
# Missing from 4.4BSD-Lite:
|
|
|
|
# 14.uucpimpl 15.uucpnet 16.security 17.password
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
BINDIR= /usr/share/doc/smm
|
1999-02-13 05:54:17 +03:00
|
|
|
.if ${MKSHARE} != "no"
|
1993-03-21 12:45:37 +03:00
|
|
|
FILES= 00.contents Makefile Title
|
1998-09-27 21:22:03 +04:00
|
|
|
.endif
|
1994-06-25 09:49:29 +04:00
|
|
|
SUBDIR= 01.setup 04.quotas 05.fastfs 06.nfs 18.net
|
1996-04-05 05:52:24 +04:00
|
|
|
.if exists(03.fsck_ffs)
|
|
|
|
SUBDIR+= 03.fsck_ffs
|
1994-06-25 09:49:29 +04:00
|
|
|
.endif
|
|
|
|
.if exists(07.lpd)
|
|
|
|
SUBDIR+= 07.lpd
|
|
|
|
.endif
|
|
|
|
.if exists(08.sendmailop)
|
|
|
|
SUBDIR+= 08.sendmailop
|
|
|
|
.endif
|
|
|
|
.if exists(09.sendmail)
|
|
|
|
SUBDIR+= 09.sendmail
|
1994-06-19 06:17:46 +04:00
|
|
|
.endif
|
1997-10-17 13:40:33 +04:00
|
|
|
#SUBDIR= 01.setup 02.config 03.fsck 04.quotas 05.fastfs 06.nfs 07.lpd \
|
1997-12-21 19:12:03 +03:00
|
|
|
# 08.sendmailop 09.sendmail 14.uucpimpl \
|
1997-10-17 13:40:33 +04:00
|
|
|
# 15.uucpnet 16.security 17.password 18.net 19.perl
|
1994-06-19 05:13:13 +04:00
|
|
|
|
|
|
|
Title.ps: ${FILES}
|
1997-10-17 13:40:33 +04:00
|
|
|
groff -ms Title > ${.TARGET}
|
1994-06-19 05:13:13 +04:00
|
|
|
|
|
|
|
contents.ps: ${FILES}
|
|
|
|
groff -ms 00.contents > ${.TARGET}
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1997-03-25 00:57:01 +03:00
|
|
|
.include <bsd.prog.mk>
|
1993-03-21 12:45:37 +03:00
|
|
|
.include <bsd.subdir.mk>
|