diff options
| -rw-r--r-- | lib/libtermcap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libtermcap/Makefile b/lib/libtermcap/Makefile index 6f142e37e9c85..0e11df22de052 100644 --- a/lib/libtermcap/Makefile +++ b/lib/libtermcap/Makefile @@ -2,7 +2,7 @@ LIB= termcap SHLIB_MAJOR= 2 -SHLIB_MINOR= 1 +SHLIB_MINOR= 2 CFLAGS+=-DCM_N -DCM_GT -DCM_B -DCM_D -I${.CURDIR} SRCS= termcap.c tgoto.c tputs.c tparm.c tospeed.c |
