diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-08-30 02:52:04 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-08-30 02:52:04 +0000 |
| commit | 839de40e6eec97975c7c084514ce3bd6a85a893e (patch) | |
| tree | 1ef2b100125c63cb309a291573fe46f3ed272f21 /lib/libtermcap/Makefile | |
| parent | 050c06f9e2a3a21c4fca6240069e507a487e4388 (diff) | |
Notes
Diffstat (limited to 'lib/libtermcap/Makefile')
| -rw-r--r-- | lib/libtermcap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libtermcap/Makefile b/lib/libtermcap/Makefile index 044965f934303..23aa8eb36933b 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) |
