NetBSD/share/sushi/users/Makefile
garbled 52b2cb6a03 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.
2004-03-09 20:06:42 +00:00

13 lines
295 B
Makefile

# $NetBSD: Makefile,v 1.3 2004/03/09 20:06:42 garbled 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>