52b2cb6a03
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.
11 lines
245 B
Makefile
11 lines
245 B
Makefile
# $NetBSD: Makefile,v 1.1 2004/03/09 20:06:42 garbled Exp $
|
|
|
|
FILES= form
|
|
FILESDIR=${BINDIR}/sushi/users/addgroup
|
|
SCRIPTS= script
|
|
SCRIPTSDIR=${BINDIR}/sushi/users/addgroup
|
|
NOOBJ= # defined
|
|
|
|
.include "../../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|