diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2006-04-10 16:41:11 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2006-04-10 16:41:11 +0000 |
commit | 2cfc1367ed932af969e489d149c14f07007e218b (patch) | |
tree | 503b728de1c1e8ae2a37ccb29627194417127e4c | |
parent | 0a68d44a00f3792c443edba9101480dec33b5bbc (diff) |
switch to openrcs and eliminate more gnu from the tree.
note that openrcs still lacks some features.
okay niallo@, xsa@, ray@, "Do it" deraadt@
-rw-r--r-- | gnu/usr.bin/Makefile | 4 | ||||
-rw-r--r-- | usr.bin/Makefile | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 58ebbb4e2f7..f4e855966cc 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.43 2004/05/17 22:11:32 drahn Exp $ +# $OpenBSD: Makefile,v 1.44 2006/04/10 16:41:10 joris Exp $ # $NetBSD: Makefile,v 1.35 1996/04/03 21:20:52 chuck Exp $ .include <bsd.own.mk> @@ -14,7 +14,7 @@ SUBDIR+= ../egcs/gcc . endif .endif -SUBDIR+= cxxfilt cvs groff lynx rcs sendbug binutils +SUBDIR+= cxxfilt cvs groff lynx sendbug binutils # most ports use binutils gas and ld, some do not (yet). .if ${ELF_TOOLCHAIN:L} == "no" diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 0f04016d998..2ddccc67dde 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.99 2005/12/27 18:44:02 deraadt Exp $ +# $OpenBSD: Makefile,v 1.100 2006/04/10 16:41:10 joris Exp $ .include <bsd.own.mk> @@ -15,9 +15,9 @@ SUBDIR= apply apropos ar arch asa asn1_compile at aucat audioctl awk banner \ midiplay mixerctl mkdep mklocale mkstr mktemp modstat msgs nc netstat \ newsyslog \ nfsstat nice nm nohup oldrdist pagesize passwd paste patch pctr pkill \ - pmdb pr printenv printf quota radioctl ranlib rdist rdistd readlink \ - renice rev rpcgen rpcinfo rs rsh rup ruptime rusers rwall rwho \ - sdiff script sectok sed shar showmount skey \ + pmdb pr printenv printf quota radioctl ranlib rcs rdist rdistd \ + readlink renice rev rpcgen rpcinfo rs rsh rup ruptime rusers rwall \ + rwho sdiff script sectok sed shar showmount skey \ skeyaudit skeyinfo skeyinit sort spell split ssh stat su sup systat \ sudo tail talk tcopy tee telnet tftp tic time tip tn3270 top touch \ tput tr true tset tsort tty usbhidaction usbhidctl ul uname \ |