Cross Reference: Makefile
xref: /src/share/doc/smm/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/share/doc/smm/
Makefile revision 1.1
1#	@(#)Makefile	5.2.1.2 (Berkeley) 5/7/91
2
3# Missing: 03.kdebug 09.uucpimpl 12.uchanges 13.kchanges 17.security
4#	   18.password 19.porttour 21.uucpnet
5BINDIR=	/usr/share/doc/smm
6FILES=	00.contents Makefile Title
7SUBDIR=	02.config 04.quotas 05.fsck 06.lpd 07.sendmailop \
8	08.timedop 10.newsop 11.named \
9	14.fastfs 15.net 16.sendmail \
10	20.termdesc 22.timed
11
12.if	${MACHINE} == "tahoe"
13SUBDIR+=01.setup
14.elif	${MACHINE} == "vax"
15SUBDIR+=01.setup
16.endif
17
18beforeinstall:
19	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
20	    ${DESTDIR}${BINDIR}
21
22.include <bsd.subdir.mk>
23

Indexes created Thu Dec 18 15:09:44 GMT 2025