Home | History | Annotate | Line # | Download | only in smm
Makefile revision 1.7
      1  1.7  cgd #	from: @(#)Makefile	8.1 (Berkeley) 6/10/93
      2  1.7  cgd #	$Id: Makefile,v 1.7 1994/06/19 02:17:46 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.7  cgd .ifnmake install
     16  1.7  cgd SUBDIR=	01.setup 03.fsck 04.quotas 05.fastfs 06.nfs 07.lpd \
     17  1.7  cgd 	08.sendmailop 09.sendmail 18.net
     18  1.7  cgd .else
     19  1.7  cgd TOP=	../../..
     20  1.7  cgd SUBDIR=	01.setup ${TOP}/sbin/fsck/SMM.doc 04.quotas 05.fastfs 06.nfs \
     21  1.7  cgd 	${TOP}/usr.sbin/lpr/SMM.doc ${TOP}/usr.sbin/sendmail/doc/op \
     22  1.7  cgd 	${TOP}/usr.sbin/sendmail/doc/intro 18.net
     23  1.7  cgd .endif
     24  1.6  cgd 
     25  1.6  cgd Title.ps: ${FILES}
     26  1.6  cgd 	groff Title > ${.TARGET}
     27  1.6  cgd 
     28  1.6  cgd contents.ps: ${FILES}
     29  1.6  cgd 	groff -ms 00.contents > ${.TARGET}
     30  1.4  jtc 
     31  1.6  cgd beforeinstall:
     32  1.1  cgd 	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
     33  1.1  cgd 	    ${DESTDIR}${BINDIR}
     34  1.1  cgd 
     35  1.1  cgd .include <bsd.subdir.mk>
     36