1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

Remove 05.sysman until I can figure out why the ascii generation

runs amuck.
This commit is contained in:
Jordan K. Hubbard 1995-01-12 17:32:12 +00:00
parent c270d29802
commit 42941e8055
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5549

View File

@ -1,5 +1,5 @@
# From: @(#)Makefile 8.2 (Berkeley) 4/20/94
# $Id: Makefile,v 1.4 1995/01/11 19:51:46 wollman Exp $
# $Id: Makefile,v 1.5 1995/01/12 16:25:51 jkh Exp $
# The following modules are encumbered:
# 01.begin 02.learn 03.shell 05.dc 06.bc 09.edtut 10.edadv 15.sed 16.awk
@ -9,8 +9,11 @@
# The following modules are not provided:
# 14.jove
# The following appears to run amuck right now.
# 05.sysman
BINDIR= /usr/share/doc/psd
SUBDIR= title contents 05.sysman 12.make 18.gprof 19.curses 20.ipctut \
SUBDIR= title contents 12.make 18.gprof 19.curses 20.ipctut \
21.ipc 22.rpcgen 23.rpc 24.xdr 25.xdrrfc 26.rpcrfc 27.nfsrpc
.include <bsd.subdir.mk>