summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>1994-11-13 06:45:44 +0000
committerpaul <paul@FreeBSD.org>1994-11-13 06:45:44 +0000
commitec3127d29c777128be8df287d32e7ba0f04fb5a7 (patch)
treecd0c6245017543bfc740dc61d4255fac3130ed97 /lib/Makefile
parentf427ece6c5f21d208351c2b2a3e1a7eddad1150d (diff)
downloadFreeBSD-src-ec3127d29c777128be8df287d32e7ba0f04fb5a7.zip
FreeBSD-src-ec3127d29c777128be8df287d32e7ba0f04fb5a7.tar.gz
The start of a forms editor library. Currently implements text and
input fields. It reads a template file passed to init_forms(char *) and creates a curses based form editor. See the examples directory for a basic demo.
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 493a823..cc23579 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -10,9 +10,9 @@ SUBDIR=csu/${MACHINE}
.endif
# XXX MISSING: libmp libplot
-SUBDIR+= libc libcompat libcrypt libcurses libedit libf2c libkvm libmd \
- libmytinfo libncurses libresolv librpcsvc libskey libtelnet \
- libtermcap libutil liby
+SUBDIR+= libc libcompat libcrypt libcurses libedit libf2c libforms \
+ libkvm libmd libmytinfo libncurses libresolv librpcsvc libskey \
+ libtelnet libtermcap libutil liby
.if !defined(WANT_MSUN)
SUBDIR+= libm
OpenPOWER on IntegriCloud