diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-09-28 05:58:37 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-09-28 05:58:37 +0000 |
commit | 64669d8d94e359f0aca17c4eaf479fdf34a2b46a (patch) | |
tree | d6cd90d335a5dca0449dbbd5604a2a897fb272c6 /usr.sbin/Makefile | |
parent | f46ba2b0d9f31a8f9ecce96a5a8af1e1783bfa6b (diff) |
Perl adduser(8) from FreeBSD.
TODO: Hack to accept the same arguments as BSD/OS adduser(8). Add rmuser(8).
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index f9770f00baa..9538e3a2e11 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.20 1996/09/27 14:19:53 niklas Exp $ +# $OpenBSD: Makefile,v 1.21 1996/09/28 05:58:34 downsj Exp $ # not yet done: catman .include <bsd.own.mk> -SUBDIR= ac accton arp bootpd bootpgw bootpef bootptest \ +SUBDIR= ac accton adduser arp bootpd bootpgw bootpef bootptest \ chown chroot config cron dev_mkdb \ diskpart edquota gspa inetd iostat \ ipftest ipmon ipsend kgmon \ |