This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / lib / libterm / Makefile
CommitLineData
15637ed4
RG
1# @(#)Makefile 5.10 (Berkeley) 6/1/90
2#
3# PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
4# -------------------- ----- ----------------------
5# CURRENT PATCH LEVEL: 1 00138
6# -------------------- ----- ----------------------
7#
8# 11 Apr 93 Rodney W. Grimes Added conditional for profiled
9# library LINKS
10
11LIB= termcap
12CFLAGS+=-DCM_N -DCM_GT -DCM_B -DCM_D
13SRCS= termcap.c tgoto.c tputs.c
14
78ed81a3 15MAN3= termcap.3
15637ed4
RG
16MLINKS= termcap.3 tgetent.3 termcap.3 tgetflag.3 termcap.3 tgetnum.3 \
17 termcap.3 tgetstr.3 termcap.3 tgoto.3 termcap.3 tputs.3
18LINKS= ${LIBDIR}/libtermcap.a ${LIBDIR}/libtermlib.a \
19
20.if !defined(NOPROFILE)
21LINKS+= ${LIBDIR}/libtermcap_p.a ${LIBDIR}/libtermlib_p.a
22.endif
23
24.include <bsd.lib.mk>