head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2004.03.09.20.06.42;	author garbled;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Apply patches from PR bin/24695 by Peter Postma:
        The changes are:

        * rename "Security and Users" to "Users and Groups"
        * use default settings in /etc/usermgmt.conf (if it exists)
          when adding a new user.
        * fix output for 'List users'.
        * add the following menu's: Modify user, Change password, Add group,
          List groups, Delete group.
@
text
@# $NetBSD$

FILES=	form
FILESDIR=${BINDIR}/sushi/users/delgroup
SCRIPTS= script script1
SCRIPTSDIR=${BINDIR}/sushi/users/delgroup
NOOBJ=	# defined

.include "../../../Makefile.inc"
.include <bsd.prog.mk>
@
