diff options
| author | Gordon Tetlow <gordon@FreeBSD.org> | 2003-08-17 08:28:46 +0000 |
|---|---|---|
| committer | Gordon Tetlow <gordon@FreeBSD.org> | 2003-08-17 08:28:46 +0000 |
| commit | 41d8423f714369ea23708399e02792045f9c3f56 (patch) | |
| tree | 743962404d5602533d86478c4045fcb729871fd4 /lib/libedit | |
| parent | 29bd4869a1ab3ff4db066d39a4527128aa4754f2 (diff) | |
Notes
Diffstat (limited to 'lib/libedit')
| -rw-r--r-- | lib/libedit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index b4a0bbfe99175..98d9487ed3777 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -4,6 +4,7 @@ LIB= edit SHLIB_MAJOR= 4 +SHLIBDIR?= /lib OSRCS= chared.c common.c el.c emacs.c fcns.c help.c hist.c key.c map.c \ parse.c prompt.c read.c refresh.c search.c sig.c term.c tty.c vi.c |
