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


1.3
date	2004.03.09.20.06.42;	author garbled;	state Exp;
branches;
next	1.2;

1.2
date	2001.12.12.01.49.31;	author tv;	state Exp;
branches;
next	1.1;

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


desc
@@


1.3
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: Makefile,v 1.2 2001/12/12 01:49:31 tv Exp $

SUBDIR= adduser deluser disuser listuser addgroup delgroup listgroup
SUBDIR+= moduser passwd

FILES=	index
FILESDIR=${BINDIR}/sushi/users
NOOBJ=	# defined

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


1.2
log
@MKfoo=no -> NOfoo
@
text
@d1 1
a1 1
#	$NetBSD: Makefile,v 1.1 2001/01/05 07:32:38 garbled Exp $
d3 2
a4 1
SUBDIR= adduser deluser disuser listuser
@


1.1
log
@Add the motherload of Makefiles to install all these fun forms and scripts.
I think writing these makefiles takes longer than writing the menu items
themselves.. ;)
@
text
@d1 1
a1 1
#	$NetBSD$
d7 1
a7 1
MKOBJ=	no
@

