Home | History | Annotate | Line # | Download | only in smm
Makefile revision 1.9
      1  1.7  cgd #	from: @(#)Makefile	8.1 (Berkeley) 6/10/93
      2  1.9  cgd #	$Id: Makefile,v 1.9 1996/04/05 01:52:24 cgd Exp $
      3  1.6  cgd 
      4  1.6  cgd # The following modules do not build/install:
      5  1.6  cgd # 10.named, 13.amd
      6  1.1  cgd 
      7  1.7  cgd # Missing:
      8  1.7  cgd # 02.config 11.timedop 12.timed
      9  1.7  cgd 
     10  1.7  cgd # Missing from 4.4BSD-Lite:
     11  1.7  cgd # 14.uucpimpl 15.uucpnet 16.security 17.password
     12  1.7  cgd 
     13  1.1  cgd BINDIR=	/usr/share/doc/smm
     14  1.1  cgd FILES=	00.contents Makefile Title
     15  1.8  cgd SUBDIR=	01.setup 04.quotas 05.fastfs 06.nfs 18.net
     16  1.9  cgd .if exists(03.fsck_ffs)
     17  1.9  cgd SUBDIR+= 03.fsck_ffs
     18  1.8  cgd .endif
     19  1.8  cgd .if exists(07.lpd)
     20  1.8  cgd SUBDIR+= 07.lpd
     21  1.8  cgd .endif
     22  1.8  cgd .if exists(08.sendmailop)
     23  1.8  cgd SUBDIR+= 08.sendmailop
     24  1.8  cgd .endif
     25  1.8  cgd .if exists(09.sendmail)
     26  1.8  cgd SUBDIR+= 09.sendmail
     27  1.7  cgd .endif
     28  1.6  cgd 
     29  1.6  cgd Title.ps: ${FILES}
     30  1.6  cgd 	groff Title > ${.TARGET}
     31  1.6  cgd 
     32  1.6  cgd contents.ps: ${FILES}
     33  1.6  cgd 	groff -ms 00.contents > ${.TARGET}
     34  1.4  jtc 
     35  1.6  cgd beforeinstall:
     36  1.1  cgd 	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
     37  1.1  cgd 	    ${DESTDIR}${BINDIR}
     38  1.1  cgd 
     39  1.1  cgd .include <bsd.subdir.mk>
     40