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 /gnu/usr.bin | |
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@
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 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" |