diff options
| author | joerg <joerg@NetBSD.org> | 2008-03-11 23:06:04 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2008-03-11 23:06:04 +0000 |
| commit | cb41266e104a3cc39b348d068f5def68f58f3bf1 (patch) | |
| tree | 4dc873f0ad642b6a1f504fc1691a777b0fff63ce /lib/libform | |
| parent | 3f429ae81b14cfe87dc1d2dbe6f81b09ddf77fb7 (diff) | |
Depends on libcurses.
Diffstat (limited to 'lib/libform')
| -rw-r--r-- | lib/libform/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libform/Makefile b/lib/libform/Makefile index 18bb1fa41f1..3256abdb0d2 100644 --- a/lib/libform/Makefile +++ b/lib/libform/Makefile @@ -1,12 +1,16 @@ -# $NetBSD: Makefile,v 1.8 2006/09/11 22:24:09 dbj Exp $ +# $NetBSD: Makefile,v 1.9 2008/03/11 23:06:04 joerg Exp $ # CPPFLAGS+=-I${.CURDIR} .if defined(DEBUG_FORMS) CFLAGS+=-gdwarf-2 CPPFLAGS+=-DDEBUG +LDFLAGS+=-g .endif LIB= form + +LIBDPLIBS+= curses ${.CURDIR}/../libcurses + SRCS= driver.c field_types.c internals.c field.c form.c post.c type_alnum.c \ type_alpha.c type_integer.c type_numeric.c type_enum.c type_regex.c \ type_ipv4.c type_ipv6.c @@ -71,10 +75,8 @@ MLINKS+= forms.3 form.3 form_page.3 current_field.3 \ form_win.3 set_form_win.3 form_field_buffer.3 set_max_field.3 \ form_new_page.3 set_new_page.3 form_post.3 unpost_form.3 - INCS= form.h INCSDIR=/usr/include -LDFLAGS += -g .include <bsd.lib.mk> .include <bsd.subdir.mk> |
