aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libcrypt
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-08-31 00:35:10 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-08-31 00:35:10 +0000
commit7dcd8b7c45077beee565c552e8cb8162fc6b2e4d (patch)
tree52f6417a98fa12d75a3374562bd9942bd61d9680 /secure/lib/libcrypt
parente8ede338eb49ef8075894a2d7ddbaa894f2ac366 (diff)
downloadsrc-7dcd8b7c45077beee565c552e8cb8162fc6b2e4d.tar.gz
src-7dcd8b7c45077beee565c552e8cb8162fc6b2e4d.zip
BINFORMAT -> OBJFORMAT ready for E-day. Untested 'cause I'm outside
the US and not allowed to see this. I kept my eyes closed. 8-)
Notes
Notes: svn path=/head/; revision=38664
Diffstat (limited to 'secure/lib/libcrypt')
-rw-r--r--secure/lib/libcrypt/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/secure/lib/libcrypt/Makefile b/secure/lib/libcrypt/Makefile
index fa82e942ce31..25e11bc7d596 100644
--- a/secure/lib/libcrypt/Makefile
+++ b/secure/lib/libcrypt/Makefile
@@ -1,11 +1,11 @@
#
-# $Id: Makefile,v 1.12 1997/02/22 14:40:27 peter Exp $
+# $Id: Makefile,v 1.13 1997/09/05 12:21:22 peter Exp $
#
LCRYPTBASE= libcrypt
LDCRYPTBASE= libdescrypt
-.if ${BINFORMAT} != elf
+.if ${OBJFORMAT} != elf
LCRYPTSO= $(LCRYPTBASE).so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
LDCRYPTSO= $(LDCRYPTBASE).so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
.else
@@ -21,7 +21,7 @@ MAN3= crypt.3
CFLAGS+= -I${.CURDIR}/../../../lib/libmd -Wall
PRECIOUSLIB= yes
-.if ${BINFORMAT} == elf
+.if ${OBJFORMAT} == elf
SONAME= ${LCRYPTBASE}.so.$(SHLIB_MAJOR)
.endif
@@ -40,7 +40,7 @@ afterinstall:
ln -s $(LDCRYPTSO) $(LCRYPTSO); \
fi
.endif
-.if !defined(NOPIC) && defined(SHLIB_MAJOR) && ${BINFORMAT} == elf
+.if !defined(NOPIC) && defined(SHLIB_MAJOR) && ${OBJFORMAT} == elf
@cd $(DESTDIR)/$(LIBDIR); \
if [ ! -e $(LCRYPTBASE).so ]; then \
rm -f $(LCRYPTBASE).so; \