diff options
author | obrien <obrien@FreeBSD.org> | 2001-10-01 21:08:03 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-10-01 21:08:03 +0000 |
commit | 0c753dc50e36fa6841ea7a2ec200678c27aedc4a (patch) | |
tree | 825b71b7c09a0e9f1a8ee07bdd071f0d45344426 /lib/libedit | |
parent | ca548e6f6c98bddca9947d2db49ba9c18b5cad73 (diff) | |
download | FreeBSD-src-0c753dc50e36fa6841ea7a2ec200678c27aedc4a.zip FreeBSD-src-0c753dc50e36fa6841ea7a2ec200678c27aedc4a.tar.gz |
Our histedit.h lives in src/include.
Diffstat (limited to 'lib/libedit')
-rw-r--r-- | lib/libedit/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index c9fcc65..d61e6c5 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -29,7 +29,6 @@ MLINKS= editline.3 el_init.3 editline.3 el_end.3 editline.3 el_reset.3 \ SRCS= editline.c tokenizer.c history.c SRCS+= common.h emacs.h fcns.h help.h vi.h -INCS= histedit.h CLEANFILES+=common.h editline.c emacs.h fcns.c fcns.h help.c help.h vi.h CFLAGS+=-I. -I${.CURDIR} |