mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add back in the -me papers now that they all work.
This commit is contained in:
parent
6722294de8
commit
4b77ba7f2c
3 changed files with 14 additions and 27 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
# 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
|
||||
|
||||
# The following modules do not apply to FreeBSD:
|
||||
# 07.pascal 08.f77 09.f77io
|
||||
# The following modules are not provided:
|
||||
# 14.jove
|
||||
|
||||
# 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
|
||||
|
||||
# 05.sysman sends nroff into an infinite loop.
|
||||
|
||||
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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue