summaryrefslogtreecommitdiff
path: root/lib/libterm/Makefile
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1994-05-27 05:00:24 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1994-05-27 05:00:24 +0000
commit58f0484fa251c266ede97b591b499fe3dd4f578e (patch)
tree41932a7161f4cd72005330a9c69747e7bab2ee5b /lib/libterm/Makefile
parentfb49e767ba942f74b1cee8814e085e5f2615ac53 (diff)
downloadsrc-test2-58f0484fa251c266ede97b591b499fe3dd4f578e.tar.gz
src-test2-58f0484fa251c266ede97b591b499fe3dd4f578e.zip
Notes
Diffstat (limited to 'lib/libterm/Makefile')
-rw-r--r--lib/libterm/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/libterm/Makefile b/lib/libterm/Makefile
new file mode 100644
index 000000000000..ba4218bb0b31
--- /dev/null
+++ b/lib/libterm/Makefile
@@ -0,0 +1,13 @@
+# @(#)Makefile 8.1 (Berkeley) 6/4/93
+
+LIB= termcap
+CFLAGS+=-DCM_N -DCM_GT -DCM_B -DCM_D
+SRCS= termcap.c tgoto.c tputs.c
+
+MAN3= termcap.0
+MLINKS= termcap.3 tgetent.3 termcap.3 tgetflag.3 termcap.3 tgetnum.3 \
+ termcap.3 tgetstr.3 termcap.3 tgoto.3 termcap.3 tputs.3
+LINKS= ${LIBDIR}/libtermcap.a ${LIBDIR}/libtermlib.a \
+ ${LIBDIR}/libtermcap_p.a ${LIBDIR}/libtermlib_p.a
+
+.include <bsd.lib.mk>