new doc makefiles
[unix-history] / usr / src / share / doc / smm / Makefile
CommitLineData
75dea27d
KB
1# @(#)Makefile 5.1 (Berkeley) %G%
2
3# 01.setup isn't right yet.
4BINDIR= /usr/share/doc/smm
5FILES= 00.contents Makefile Title
6SUBDIR= 02.config 03.kdebug 04.quotas 05.fsck 06.lpd 07.sendmailop \
7 08.timedop 09.uucpimpl 10.newsop 11.named 12.uchanges 13.kchanges \
8 14.fastfs 15.net 16.sendmail 17.security 18.password 19.porttour \
9 20.termdesc 21.uucpnet 22.timed
10
11beforeinstall:
12 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
13 ${DESTDIR}${BINDIR}
14
15.include <bsd.subdir.mk>