add getent(1)
This commit is contained in:
parent
6fc4e8553d
commit
10f5ef24c1
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: mi,v 1.510 2004/11/18 15:34:23 wiz Exp $
|
# $NetBSD: mi,v 1.511 2004/11/23 07:37:43 lukem Exp $
|
||||||
. base-sys-root
|
. base-sys-root
|
||||||
./altroot base-sys-root
|
./altroot base-sys-root
|
||||||
./bin base-sys-root
|
./bin base-sys-root
|
||||||
|
@ -434,6 +434,7 @@
|
||||||
./usr/bin/gcpp base-util-bin
|
./usr/bin/gcpp base-util-bin
|
||||||
./usr/bin/gencat base-locale-bin
|
./usr/bin/gencat base-locale-bin
|
||||||
./usr/bin/getconf base-util-bin
|
./usr/bin/getconf base-util-bin
|
||||||
|
./usr/bin/getent base-util-bin
|
||||||
./usr/bin/getopt base-util-bin
|
./usr/bin/getopt base-util-bin
|
||||||
./usr/bin/grep base-util-bin
|
./usr/bin/grep base-util-bin
|
||||||
./usr/bin/groups base-util-bin
|
./usr/bin/groups base-util-bin
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: mi,v 1.733 2004/11/18 15:34:24 wiz Exp $
|
# $NetBSD: mi,v 1.734 2004/11/23 07:37:43 lukem Exp $
|
||||||
./etc/mtree/set.man man-sys-root
|
./etc/mtree/set.man man-sys-root
|
||||||
./usr/share/info/am-utils.info man-amd-info info
|
./usr/share/info/am-utils.info man-amd-info info
|
||||||
./usr/share/info/as.info man-computil-info bfd,info
|
./usr/share/info/as.info man-computil-info bfd,info
|
||||||
|
@ -137,6 +137,7 @@
|
||||||
./usr/share/man/cat1/gcpp.0 man-util-catman .cat
|
./usr/share/man/cat1/gcpp.0 man-util-catman .cat
|
||||||
./usr/share/man/cat1/gencat.0 man-locale-catman .cat
|
./usr/share/man/cat1/gencat.0 man-locale-catman .cat
|
||||||
./usr/share/man/cat1/getconf.0 man-util-catman .cat
|
./usr/share/man/cat1/getconf.0 man-util-catman .cat
|
||||||
|
./usr/share/man/cat1/getent.0 man-util-catman .cat
|
||||||
./usr/share/man/cat1/getopt.0 man-util-catman .cat
|
./usr/share/man/cat1/getopt.0 man-util-catman .cat
|
||||||
./usr/share/man/cat1/grep.0 man-util-catman .cat
|
./usr/share/man/cat1/grep.0 man-util-catman .cat
|
||||||
./usr/share/man/cat1/grfinfo.0 man-sysutil-catman .cat
|
./usr/share/man/cat1/grfinfo.0 man-sysutil-catman .cat
|
||||||
|
@ -2287,6 +2288,7 @@
|
||||||
./usr/share/man/man1/gcpp.1 man-util-man .man
|
./usr/share/man/man1/gcpp.1 man-util-man .man
|
||||||
./usr/share/man/man1/gencat.1 man-locale-man .man
|
./usr/share/man/man1/gencat.1 man-locale-man .man
|
||||||
./usr/share/man/man1/getconf.1 man-util-man .man
|
./usr/share/man/man1/getconf.1 man-util-man .man
|
||||||
|
./usr/share/man/man1/getent.1 man-util-man .man
|
||||||
./usr/share/man/man1/getopt.1 man-util-man .man
|
./usr/share/man/man1/getopt.1 man-util-man .man
|
||||||
./usr/share/man/man1/grep.1 man-util-man .man
|
./usr/share/man/man1/grep.1 man-util-man .man
|
||||||
./usr/share/man/man1/grfinfo.1 man-sysutil-man .man
|
./usr/share/man/man1/grfinfo.1 man-sysutil-man .man
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.141 2004/09/13 23:35:19 thorpej Exp $
|
# $NetBSD: Makefile,v 1.142 2004/11/23 07:35:38 lukem Exp $
|
||||||
# from: @(#)Makefile 8.3 (Berkeley) 1/7/94
|
# from: @(#)Makefile 8.3 (Berkeley) 1/7/94
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
@ -9,7 +9,7 @@ SUBDIR= apply apropos asa at audio awk banner basename biff \
|
||||||
column comm compress crontab crunch ctags cut \
|
column comm compress crontab crunch ctags cut \
|
||||||
db dirname du eject elf2aout elf2ecoff env error expand \
|
db dirname du eject elf2aout elf2ecoff env error expand \
|
||||||
false fdformat fgen file find finger fmt fold fpr from \
|
false fdformat fgen file find finger fmt fold fpr from \
|
||||||
fsplit fstat ftp gcore gencat getconf getopt gprof gzip \
|
fsplit fstat ftp gcore gencat getconf getent getopt gprof gzip \
|
||||||
head hexdump iconv id indent innetgr ipcrm ipcs join jot \
|
head hexdump iconv id indent innetgr ipcrm ipcs join jot \
|
||||||
kdump ktrace ktruss lam last lastcomm ldd leave less \
|
kdump ktrace ktruss lam last lastcomm ldd leave less \
|
||||||
lex locale locate lock logger login logname look lorder m4 \
|
lex locale locate lock logger login logname look lorder m4 \
|
||||||
|
|
Loading…
Reference in New Issue