Home | History | Annotate | Line # | Download | only in smm
Makefile revision 1.17
      1  1.17     lukem #	$NetBSD: Makefile,v 1.17 1999/02/14 09:47:46 lukem Exp $
      2  1.13       mrg #	from: @(#)Makefile	8.2 (Berkeley) 5/10/94
      3  1.17     lukem 
      4  1.17     lukem .include <bsd.own.mk>
      5   1.6       cgd 
      6   1.6       cgd # The following modules do not build/install:
      7   1.6       cgd # 10.named, 13.amd
      8   1.1       cgd 
      9   1.7       cgd # Missing:
     10  1.14  christos # 02.config
     11   1.7       cgd 
     12   1.7       cgd # Missing from 4.4BSD-Lite:
     13   1.7       cgd # 14.uucpimpl 15.uucpnet 16.security 17.password
     14   1.7       cgd 
     15   1.1       cgd BINDIR=	/usr/share/doc/smm
     16  1.16     lukem .if ${MKSHARE} != "no"
     17   1.1       cgd FILES=	00.contents Makefile Title
     18  1.15     lukem .endif
     19   1.8       cgd SUBDIR=	01.setup 04.quotas 05.fastfs 06.nfs 18.net
     20   1.9       cgd .if exists(03.fsck_ffs)
     21   1.9       cgd SUBDIR+= 03.fsck_ffs
     22   1.8       cgd .endif
     23   1.8       cgd .if exists(07.lpd)
     24   1.8       cgd SUBDIR+= 07.lpd
     25   1.8       cgd .endif
     26   1.8       cgd .if exists(08.sendmailop)
     27   1.8       cgd SUBDIR+= 08.sendmailop
     28   1.8       cgd .endif
     29   1.8       cgd .if exists(09.sendmail)
     30   1.8       cgd SUBDIR+= 09.sendmail
     31   1.7       cgd .endif
     32  1.13       mrg #SUBDIR=	01.setup 02.config 03.fsck 04.quotas 05.fastfs 06.nfs 07.lpd \
     33  1.14  christos #	08.sendmailop 09.sendmail 14.uucpimpl \
     34  1.13       mrg #	15.uucpnet 16.security 17.password 18.net 19.perl
     35   1.6       cgd 
     36   1.6       cgd Title.ps: ${FILES}
     37  1.13       mrg 	groff -ms Title > ${.TARGET}
     38   1.6       cgd 
     39   1.6       cgd contents.ps: ${FILES}
     40   1.6       cgd 	groff -ms 00.contents > ${.TARGET}
     41   1.4       jtc 
     42  1.11  christos .include <bsd.prog.mk>
     43   1.1       cgd .include <bsd.subdir.mk>
     44