diff options
author | wollman <wollman@FreeBSD.org> | 1995-01-11 19:51:47 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1995-01-11 19:51:47 +0000 |
commit | d88d115eaf1cf04e8ab62f7c80b7ff40f54e9d72 (patch) | |
tree | 00285c8186584d5584c9ddf69594e304d3499789 /share | |
parent | ac310ce08006074da89434431f46dc34d942e50e (diff) | |
download | FreeBSD-src-d88d115eaf1cf04e8ab62f7c80b7ff40f54e9d72.zip FreeBSD-src-d88d115eaf1cf04e8ab62f7c80b7ff40f54e9d72.tar.gz |
Add back in the -me papers now that they all work.
Diffstat (limited to 'share')
-rw-r--r-- | share/doc/papers/Makefile | 6 | ||||
-rw-r--r-- | share/doc/psd/Makefile | 30 | ||||
-rw-r--r-- | share/doc/smm/Makefile | 5 |
3 files changed, 14 insertions, 27 deletions
diff --git a/share/doc/papers/Makefile b/share/doc/papers/Makefile index 2783d81..cd10886 100644 --- a/share/doc/papers/Makefile +++ b/share/doc/papers/Makefile @@ -1,8 +1,6 @@ -# $Id$ - -# nqnfs requires -me +# $Id: Makefile,v 1.1 1995/01/11 04:09:56 wollman Exp $ SUBDIR= beyond4.3 diskperf fsinterface kernmalloc kerntune memfs \ - newvm px relengr sysperf + newvm nqnfs px relengr sysperf .include <bsd.subdir.mk> diff --git a/share/doc/psd/Makefile b/share/doc/psd/Makefile index 514cab3..763cb24 100644 --- a/share/doc/psd/Makefile +++ b/share/doc/psd/Makefile @@ -1,26 +1,16 @@ -# From: @(#)Makefile 8.1 (Berkeley) 6/8/93 -# $Id: Makefile,v 1.2 1995/01/11 01:51:56 wollman Exp $ - -# The following modules do not build/install: -# 10.gdb, 13.rcs +# From: @(#)Makefile 8.2 (Berkeley) 4/20/94 +# $Id: Makefile,v 1.2 1995/01/11 03:23:59 wollman Exp $ # The following modules are encumbered: -# 01.cacm 02.implement 03.iosys 04.uprog 06.Clang 11.adb 14.sccs -# 15.yacc 16.lex 17.m4 - -# The following modules do not apply to FreeBSD: -# 07.pascal 08.f77 09.f77io - -# The following modules are new in FreeBSD: -# 22.rpcgen 23.rpc 24.xdr 25.xdrrfc 26.rpcrfc 27.nfsrfc - -# The following modules use -me macros (which don't work): -# 20.ipctut 19.curses 18.gprof +# 01.begin 02.learn 03.shell 05.dc 06.bc 09.edtut 10.edadv 15.sed 16.awk +# 17.msmacros 21.troff 22.trofftut 23.eqn 24.eqnguide 25.tbl 26.refer +# 27.invert 28.bib 29.diction -# 05.sysman sends nroff into an infinite loop. +# The following modules are not provided: +# 14.jove -BINDIR= /usr/share/doc/psd -SUBDIR= title contents 12.make 21.ipc \ - 22.rpcgen 23.rpc 24.xdr 25.xdrrfc 26.rpcrfc 27.nfsrpc +BINDIR= /usr/share/doc/usd +SUBDIR= title contents 04.csh 07.mail 10.exref 11.vitut 12.vi 13.viref \ + 18.msdiffs 19.memacros 20.meref 30.rogue 31.trek .include <bsd.subdir.mk> diff --git a/share/doc/smm/Makefile b/share/doc/smm/Makefile index 760734b..9f4b0be 100644 --- a/share/doc/smm/Makefile +++ b/share/doc/smm/Makefile @@ -1,18 +1,17 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/10/93 -# $Id$ +# $Id: Makefile,v 1.2 1995/01/11 00:12:20 wollman Exp $ # The following modules do not describe FreeBSD: # 14.uucpimpl, 15.uucpnet # The following modules do not build/install: -# 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) BINDIR= /usr/share/doc/smm SUBDIR= title contents 01.setup 02.config 03.fsck 04.quotas 05.fastfs \ - 07.lpd 11.timedop 12.timed 18.net + 06.nfs 07.lpd 08.sendmailop 09.sendmail 11.timedop 12.timed 18.net .if ${MACHINE} == "tahoe" SUBDIR+=01.setup |