386BSD 0.1 development
[unix-history] / usr / src / lib / libterm / Makefile
CommitLineData
223e748d
WJ
1# @(#)Makefile 5.10 (Berkeley) 6/1/90
2
3LIB= termcap
4CFLAGS+=-DCM_N -DCM_GT -DCM_B -DCM_D
5SRCS= termcap.c tgoto.c tputs.c
6
7MAN3= termcap.0
8MLINKS= termcap.3 tgetent.3 termcap.3 tgetflag.3 termcap.3 tgetnum.3 \
9 termcap.3 tgetstr.3 termcap.3 tgoto.3 termcap.3 tputs.3
10LINKS= ${LIBDIR}/libtermcap.a ${LIBDIR}/libtermlib.a \
11 ${LIBDIR}/libtermcap_p.a ${LIBDIR}/libtermlib_p.a
12
13.include <bsd.lib.mk>