From 2b6505f997aac707339144a237f95039594d39d4 Mon Sep 17 00:00:00 2001 From: jb Date: Sun, 30 Aug 1998 02:52:04 +0000 Subject: BINFORMAT -> OBJFORMAT ready for E-day. --- lib/libtermcap/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libtermcap/Makefile') diff --git a/lib/libtermcap/Makefile b/lib/libtermcap/Makefile index 044965f..23aa8eb 100644 --- a/lib/libtermcap/Makefile +++ b/lib/libtermcap/Makefile @@ -13,7 +13,7 @@ MLINKS= termcap.3 tgetent.3 termcap.3 tgetflag.3 termcap.3 tgetnum.3 \ LINKS= ${LIBDIR}/libtermcap.a ${LIBDIR}/libtermlib.a .if !defined(NOPIC) -.if ${BINFORMAT} == aout +.if ${OBJFORMAT} == aout LINKS+= ${SHLIBDIR}/libtermcap.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ ${SHLIBDIR}/libtermlib.so.${SHLIB_MAJOR}.${SHLIB_MINOR} .else @@ -30,7 +30,7 @@ beforeinstall: ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/termcap.h \ ${DESTDIR}/usr/include -.if ${BINFORMAT} == aout +.if ${OBJFORMAT} == aout # This is a hack.. Work around a major number bump that should have been # done differently. Back out this delta when it's time to go to 3.0 for real. .if !defined(NOPIC) -- cgit v1.1