eaea23aab0
Here are some enhancements to sushi's System Maintenance menu. To summarize the changes: * Make a backup of the file before modifying it. * Fixes to get all menus/forms working. * Missing/invalid settings (like in rc.conf and inetd.conf) have been added/removed. * Most files don't get overwritten now but are edited instead. So specials settings in e.g. /etc/rc.conf don't get lost now. * Some help menu fixes. ($NetBSD$ tag has been removed because I don't see how it would be useful for either user or developer).
11 lines
317 B
Makefile
11 lines
317 B
Makefile
# $NetBSD: Makefile,v 1.3 2004/03/09 21:36:37 garbled Exp $
|
|
|
|
FILES= form help defaults
|
|
FILESDIR=${BINDIR}/sushi/system/sshdconf
|
|
SCRIPTS= script script1 script2 script3 script4 script5 script6 script7
|
|
SCRIPTSDIR=${BINDIR}/sushi/system/sshdconf
|
|
NOOBJ= # defined
|
|
|
|
.include "../../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|