aboutsummaryrefslogtreecommitdiff
path: root/lib/libskey
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1998-11-22 19:26:39 +0000
committerJohn Polstra <jdp@FreeBSD.org>1998-11-22 19:26:39 +0000
commit1fc5cffd7b752f16b83d0ffd3d54f16d14f6a3e2 (patch)
tree2d97dd907cc40218e558823769db9795b6866b2b /lib/libskey
parenta84c84f5b07ce3be0f11834341a1b6f9834c4bc5 (diff)
downloadsrc-1fc5cffd7b752f16b83d0ffd3d54f16d14f6a3e2.tar.gz
src-1fc5cffd7b752f16b83d0ffd3d54f16d14f6a3e2.zip
Explicitly depend on libcrypt and libmd for a.out too. Fixes a PAM
related problem on a.out systems.
Notes
Notes: svn path=/head/; revision=41294
Diffstat (limited to 'lib/libskey')
-rw-r--r--lib/libskey/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libskey/Makefile b/lib/libskey/Makefile
index 25f99fe8bc19..4ad0fe344735 100644
--- a/lib/libskey/Makefile
+++ b/lib/libskey/Makefile
@@ -15,10 +15,8 @@ CFLAGS+=-W -Wall
CFLAGS+=-Werror
.endif
-.if ${OBJFORMAT} == elf
DPADD+= ${LIBCRYPT} ${LIBMD}
LDADD+= -lcrypt -lmd
-.endif
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/skey.h \