Deleted Added
full compact
1c1,2
< # @(#)Makefile 8.1 (Berkeley) 6/10/93
---
> # From: @(#)Makefile 8.1 (Berkeley) 6/10/93
> # $Id$
2a4,6
> # The following modules do not describe FreeBSD:
> # 14.uucpimpl, 15.uucpnet
>
4c8,11
< # 10.named, 13.amd
---
> # 06.nfs 08.sendmailop 09.sendmail (requre -me macros, which are broken)
> # 10.named (no documentation at all)
> # 13.amd (documentation is TeXinfo)
> # 16.security 17.password (encumbered)
7,10c14,15
< FILES= 00.contents Makefile Title
< SUBDIR= 01.setup 02.config 03.fsck 04.quotas 05.fastfs 06.nfs 07.lpd \
< 08.sendmailop 09.sendmail 11.timedop 12.timed 14.uucpimpl \
< 15.uucpnet 16.security 17.password 18.net
---
> SUBDIR= title contents 01.setup 02.config 03.fsck 04.quotas 05.fastfs \
> 07.lpd 11.timedop 12.timed 18.net
12,17d16
< Title.ps: ${FILES}
< groff Title > ${.TARGET}
<
< contents.ps: ${FILES}
< groff -ms 00.contents > ${.TARGET}
<
24,27d22
< beforeinstall:
< install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
< ${DESTDIR}${BINDIR}
<