summaryrefslogtreecommitdiffstats
path: root/lib/libskey
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1998-11-22 19:26:39 +0000
committerjdp <jdp@FreeBSD.org>1998-11-22 19:26:39 +0000
commit38225805dc7c18ad1ca55f3212356dcc2808e269 (patch)
treed4957183f24e4582f3cc3881be4ffd152498ec66 /lib/libskey
parent96fbde25a2b1c6878042275ae262959594567db5 (diff)
downloadFreeBSD-src-38225805dc7c18ad1ca55f3212356dcc2808e269.zip
FreeBSD-src-38225805dc7c18ad1ca55f3212356dcc2808e269.tar.gz
Explicitly depend on libcrypt and libmd for a.out too. Fixes a PAM
related problem on a.out systems.
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 25f99fe..4ad0fe3 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 \
OpenPOWER on IntegriCloud