diff options
author | 2001-03-18 17:39:54 +0000 | |
---|---|---|
committer | 2001-03-18 17:39:54 +0000 | |
commit | 1a523fc0dc4f50ea405ad4657e58a00a29b5303c (patch) | |
tree | 5dd7766fc4fd0d511f25c8eb205d1a4ffa6862a2 /gnu/lib | |
parent | Add BSD Makefiles, shlib_version and a pre-generated config.h for (diff) | |
download | wireguard-openbsd-1a523fc0dc4f50ea405ad4657e58a00a29b5303c.tar.xz wireguard-openbsd-1a523fc0dc4f50ea405ad4657e58a00a29b5303c.zip |
Build gnu/lib/libreadline and use it instead of the one currently
in the binutils dir.
Diffstat (limited to 'gnu/lib')
-rw-r--r-- | gnu/lib/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index 66cb4db76f1..3ad62edb3fc 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -1,6 +1,5 @@ -# $OpenBSD: Makefile,v 1.7 2000/12/11 02:22:53 provos Exp $ -# $NetBSD: Makefile,v 1.7 1995/04/23 07:50:21 cgd Exp $ +# $OpenBSD: Makefile,v 1.8 2001/03/18 17:39:55 millert Exp $ -SUBDIR+=../egcs +SUBDIR+=../egcs libreadline .include <bsd.subdir.mk> |