Summary: add grep and stat.
CVS: ---------------------------------------------------------------------- CVS: CVSROOT cvs.NetBSD.org:/cvsroot CVS: please use "PR category/123" to have the commitmsg appended to PR 123 CVS: CVS: Please evaluate your changes and consider the following. CVS: Abort checkin if you answer no. CVS: => For all changes: CVS: Do the changed files compile? CVS: Has the change been tested? CVS: => If you are not completely familiar with the changed components: CVS: Has the change been posted for review? CVS: Have you allowed enough time for feedback? CVS: => If the change is major: CVS: => If the change adds files to, or removes files from $DESTDIR: CVS: => If you are changing a library or kernel interface: CVS: Have you successfully run "./build.sh release"?
This commit is contained in:
parent
dd3d5d3fbe
commit
03c90d02ab
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# $NetBSD: listsrcdirs,v 1.37 2019/09/11 22:30:16 bad Exp $
|
||||
# $NetBSD: listsrcdirs,v 1.38 2019/09/12 00:17:03 bad Exp $
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -76,11 +76,11 @@ lsrc sys /external/bsd/ flex mdocml byacc
|
|||
lsrc sys /external/cddl/ osnet
|
||||
lsrc sys /external/historical/ nawk
|
||||
lsrc sys /external/public-domain/ xz
|
||||
lsrc sys /bin/ cat
|
||||
lsrc sys /bin/ cat pax
|
||||
lsrc sys /usr.bin/ make xinstall config mktemp sed tsort
|
||||
lsrc sys /usr.bin/ lorder join cksum m4 mkdep Makefile.inc
|
||||
lsrc sys /usr.bin/ rpcgen rump_wmd
|
||||
lsrc sys /usr.bin/ genassym stat uname
|
||||
lsrc sys /usr.bin/ genassym grep stat uname
|
||||
lsrc sys /usr.sbin/ mtree
|
||||
|
||||
# sources hosted in the NetBSD tree that are required/useful
|
||||
|
|
Loading…
Reference in New Issue