diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-03 01:28:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-03 01:28:39 +0000 |
commit | 8421f98a751330cac87b4dca3308335ddc2c68a5 (patch) | |
tree | 320ddc11c7e31e7c67041c0593322e6602ad43d5 /gnu/usr.bin/Makefile | |
parent | d7df83ebf13838d56960fc67459af277b1fcc44f (diff) |
gnu gzip dir is now bye bye
Diffstat (limited to 'gnu/usr.bin/Makefile')
-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 40a053416a8..8973b06e0c2 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.36 2003/07/30 23:23:25 deraadt Exp $ +# $OpenBSD: Makefile,v 1.37 2003/08/03 01:28:38 deraadt Exp $ # $NetBSD: Makefile,v 1.35 1996/04/03 21:20:52 chuck Exp $ .include <bsd.own.mk> SUBDIR+= ../egcs/gcc -SUBDIR+= bc cvs groff gzip lynx rcs sendbug binutils +SUBDIR+= bc cvs groff lynx rcs sendbug binutils # some ports use binutils gas and ld, most do not (yet). .if ${ELF_TOOLCHAIN:L} == "no" |