1993-07-31 19:27:53 +04:00
|
|
|
# from: @(#)Makefile 5.2.1.2 (Berkeley) 5/7/91
|
1994-02-10 04:54:10 +03:00
|
|
|
# $Id: Makefile,v 1.5 1994/02/10 01:54:22 cgd Exp $
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
# Missing: 03.kdebug 09.uucpimpl 12.uchanges 13.kchanges 17.security
|
|
|
|
# 18.password 19.porttour 21.uucpnet
|
|
|
|
BINDIR= /usr/share/doc/smm
|
|
|
|
FILES= 00.contents Makefile Title
|
|
|
|
SUBDIR= 02.config 04.quotas 05.fsck 06.lpd 07.sendmailop \
|
|
|
|
08.timedop 10.newsop 11.named \
|
|
|
|
14.fastfs 15.net 16.sendmail \
|
|
|
|
20.termdesc 22.timed
|
|
|
|
|
|
|
|
.if ${MACHINE} == "tahoe"
|
|
|
|
SUBDIR+=01.setup
|
|
|
|
.elif ${MACHINE} == "vax"
|
|
|
|
SUBDIR+=01.setup
|
|
|
|
.endif
|
|
|
|
|
1993-10-01 02:31:09 +03:00
|
|
|
realinstall:
|
1993-03-21 12:45:37 +03:00
|
|
|
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
|
|
|
|
${DESTDIR}${BINDIR}
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|