aboutsummaryrefslogtreecommitdiff
path: root/lib/libpam
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2002-09-17 01:49:00 +0000
committerPeter Wemm <peter@FreeBSD.org>2002-09-17 01:49:00 +0000
commit66422f5b7a1a6055f0b2358268eb902aab6e2e3e (patch)
tree7d8147c99f6bfb34b7cb47ad46e24a4f7dc93102 /lib/libpam
parent4e6ef0845de37f8c4a29410d48d3847da78a9c9f (diff)
Notes
Diffstat (limited to 'lib/libpam')
-rw-r--r--lib/libpam/libpam/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libpam/libpam/Makefile b/lib/libpam/libpam/Makefile
index 7326a90716f7..76d83185e9a8 100644
--- a/lib/libpam/libpam/Makefile
+++ b/lib/libpam/libpam/Makefile
@@ -153,11 +153,7 @@ CLEANFILES += openpam_static.o
CLEANFILES+= openpam_static_modules.o
openpam_static_modules.o: openpam_static.o ${STATIC_MODULES}
-.if ${OBJFORMAT} == elf
${LD} -o ${.TARGET} -r --whole-archive ${.ALLSRC}
-.else
- ${LD} -o ${.TARGET} -r -Bforcearchive ${.ALLSRC}
-.endif
# Headers
INCS= ${HEADERS} ${ADD_HEADERS}