diff options
| author | christos <christos@NetBSD.org> | 2003-08-18 22:49:16 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2003-08-18 22:49:16 +0000 |
| commit | eb60ee7b60255a69a19e63bb12ee4e6a342c2bb6 (patch) | |
| tree | 28eec8b32566408be5f8f2c9d9420f673a0b1b43 /gnu/usr.bin/gdb53/readline | |
| parent | 449b5c43d4323e2f06fcec81403db532a83173c8 (diff) | |
Do not install the libraries (from Stephen Degler)
Diffstat (limited to 'gnu/usr.bin/gdb53/readline')
| -rw-r--r-- | gnu/usr.bin/gdb53/readline/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/gdb53/readline/Makefile b/gnu/usr.bin/gdb53/readline/Makefile index e3f8539a286..8ad7fc134b8 100644 --- a/gnu/usr.bin/gdb53/readline/Makefile +++ b/gnu/usr.bin/gdb53/readline/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2003/08/17 18:03:29 christos Exp $ +# $NetBSD: Makefile,v 1.2 2003/08/18 22:49:18 christos Exp $ .include <bsd.own.mk> @@ -17,6 +17,8 @@ histfile.c history.c histsearch.c input.c isearch.c keymaps.c \ kill.c macro.c nls.c parens.c readline.c rltty.c search.c shell.c \ signals.c terminal.c tilde.c undo.c util.c vi_mode.c xmalloc.c +libinstall:: + .include "../../Makefile.inc" .include <bsd.lib.mk> |
