add csplit.
This commit is contained in:
parent
1a6e50f273
commit
64d44756ee
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mi,v 1.657 2006/09/23 17:37:58 kleink Exp $
|
||||
# $NetBSD: mi,v 1.658 2006/09/25 19:23:42 christos Exp $
|
||||
. base-sys-root
|
||||
./altroot base-sys-root
|
||||
./bin base-sys-root
|
||||
|
@ -431,6 +431,7 @@
|
|||
./usr/bin/cpio base-util-bin
|
||||
./usr/bin/cpp base-util-bin gcccmds
|
||||
./usr/bin/crontab base-cron-bin
|
||||
./usr/bin/csplit base-util-bin
|
||||
./usr/bin/ctags base-c-bin
|
||||
./usr/bin/cu base-util-bin
|
||||
./usr/bin/cut base-util-bin
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mi,v 1.933 2006/09/24 12:23:03 elad Exp $
|
||||
# $NetBSD: mi,v 1.934 2006/09/25 19:23:42 christos Exp $
|
||||
./etc/mtree/set.comp comp-sys-root
|
||||
./usr/bin/addr2line comp-debug-bin bfd
|
||||
./usr/bin/ar comp-util-bin bfd
|
||||
|
@ -2332,6 +2332,7 @@
|
|||
./usr/libdata/debug/usr/bin/crontab.debug comp-cron-debug debug
|
||||
./usr/libdata/debug/usr/bin/crunchgen.debug comp-c-debug debug
|
||||
./usr/libdata/debug/usr/bin/crunchide.debug comp-c-debug debug
|
||||
./usr/libdata/debug/usr/bin/csplit.debug comp-c-debug debug
|
||||
./usr/libdata/debug/usr/bin/ctags.debug comp-c-debug debug
|
||||
./usr/libdata/debug/usr/bin/cut.debug comp-util-debug debug
|
||||
./usr/libdata/debug/usr/bin/cvs.debug comp-cvs-debug cvs,debug
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mi,v 1.932 2006/09/19 20:10:22 wiz Exp $
|
||||
# $NetBSD: mi,v 1.933 2006/09/25 19:23:43 christos Exp $
|
||||
./etc/mtree/set.man man-sys-root
|
||||
./usr/share/info/am-utils.info man-amd-info info
|
||||
./usr/share/info/as.info man-computil-info bfd,info
|
||||
|
@ -96,6 +96,7 @@
|
|||
./usr/share/man/cat1/cpp.0 man-util-catman gcccmds,.cat
|
||||
./usr/share/man/cat1/crontab.0 man-cron-catman .cat
|
||||
./usr/share/man/cat1/csh.0 man-util-catman .cat
|
||||
./usr/share/man/cat1/csplit.0 man-util-catman .cat
|
||||
./usr/share/man/cat1/ctags.0 man-c-catman .cat
|
||||
./usr/share/man/cat1/cu.0 man-util-catman .cat
|
||||
./usr/share/man/cat1/cut.0 man-util-catman .cat
|
||||
|
@ -2470,6 +2471,7 @@
|
|||
./usr/share/man/man1/cpp.1 man-util-man gcccmds,.man
|
||||
./usr/share/man/man1/crontab.1 man-cron-man .man
|
||||
./usr/share/man/man1/csh.1 man-util-man .man
|
||||
./usr/share/man/man1/csplit.1 man-util-man .man
|
||||
./usr/share/man/man1/ctags.1 man-c-man .man
|
||||
./usr/share/man/man1/cu.1 man-util-man .man
|
||||
./usr/share/man/man1/cut.1 man-util-man .man
|
||||
|
|
Loading…
Reference in New Issue