Home | History | Annotate | Line # | Download | only in smm
Makefile revision 1.1.1.3
      1 #	@(#)Makefile	8.2 (Berkeley) 5/10/94
      2 
      3 # The following modules do not build/install:
      4 # 10.named, 13.amd
      5 
      6 BINDIR=	/usr/share/doc/smm
      7 FILES=	Makefile Title
      8 SUBDIR=	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 19.perl
     11 
     12 Title.ps: ${FILES}
     13 	groff -ms Title > ${.TARGET}
     14 
     15 beforeinstall:
     16 	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
     17 	    ${DESTDIR}${BINDIR}
     18 
     19 .include <bsd.subdir.mk>
     20