Add util to the index and top Makefile, and while I'm here, fix an
oversight WRT the new system config menus added earlier today.
This commit is contained in:
parent
f283024f81
commit
36d2c103c1
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.1 2001/01/05 07:32:32 garbled Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2001/03/07 07:05:08 garbled Exp $
|
||||
|
||||
SUBDIR= info install scripton scriptoff system users
|
||||
SUBDIR= info install system users util
|
||||
|
||||
FILES= help index
|
||||
FILESDIR=${BINDIR}/sushi
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: index,v 1.2 2001/01/05 03:46:38 garbled Exp $
|
||||
# $NetBSD: index,v 1.3 2001/03/07 07:05:08 garbled Exp $
|
||||
install install Software Installation and Maintenance
|
||||
system system System Maintenance
|
||||
users users Security & Users
|
||||
BLANK BLANK BLANK
|
||||
info info Using sushi (information only)
|
||||
scripton info Turn scripting on
|
||||
scriptoff info Turn scripting off
|
||||
util util Sushi utilities (logging/scripting)
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.1 2001/01/05 07:32:37 garbled Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2001/03/07 07:05:08 garbled Exp $
|
||||
|
||||
SUBDIR= rcconf
|
||||
SUBDIR= rcconf dailyconf weeklyconf securityconf inetdconf mailerconf
|
||||
SUBDIR+= usermgmtconf
|
||||
|
||||
FILES= index
|
||||
FILESDIR=${BINDIR}/sushi/system
|
||||
|
|
Loading…
Reference in New Issue