diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2010-01-02 09:58:07 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2010-01-02 09:58:07 +0000 |
| commit | daaf5759104f210a9315f49f80f1e0f01a8b3bff (patch) | |
| tree | 040818bcab6b7921d3cb5cb2ff04c4d488e8d3ea /lib/libedit | |
| parent | 1100c0013116f4af50d7a5b8bf23db2a13892714 (diff) | |
Notes
Diffstat (limited to 'lib/libedit')
| -rw-r--r-- | lib/libedit/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index ece60329bac8..97c1f920787b 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -35,6 +35,8 @@ CFLAGS+= -I. -I${.CURDIR} CFLAGS+= #-DDEBUG_TTY -DDEBUG_KEY -DDEBUG_READ -DDEBUG -DDEBUG_REFRESH CFLAGS+= #-DDEBUG_PASTE -DDEBUG_EDIT +WARNS?= 1 + AHDR= vi.h emacs.h common.h ASRC= ${.CURDIR}/vi.c ${.CURDIR}/emacs.c ${.CURDIR}/common.c |
