diff options
author | jdp <jdp@FreeBSD.org> | 1998-11-22 19:26:39 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1998-11-22 19:26:39 +0000 |
commit | 38225805dc7c18ad1ca55f3212356dcc2808e269 (patch) | |
tree | d4957183f24e4582f3cc3881be4ffd152498ec66 /lib/libskey/Makefile | |
parent | 96fbde25a2b1c6878042275ae262959594567db5 (diff) | |
download | FreeBSD-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/Makefile')
-rw-r--r-- | lib/libskey/Makefile | 2 |
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 \ |