summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2007-10-01 18:17:24 +0000
committerru <ru@FreeBSD.org>2007-10-01 18:17:24 +0000
commit62d48a1604c31ca3959932216d8b9735207c594d (patch)
tree8e141ebf7b45244d28ef5e9cbd08f0efd4d30f5e /usr.sbin/cron
parent0de18b1b0a14db0095b700d2d40a742b327ea811 (diff)
downloadFreeBSD-src-62d48a1604c31ca3959932216d8b9735207c594d.zip
FreeBSD-src-62d48a1604c31ca3959932216d8b9735207c594d.tar.gz
Fixed static linkage (build with -DNO_SHARED).
Approved by: re (kensmith)
Diffstat (limited to 'usr.sbin/cron')
-rw-r--r--usr.sbin/cron/cron/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/cron/cron/Makefile b/usr.sbin/cron/cron/Makefile
index 92d3ee4..77ca47a 100644
--- a/usr.sbin/cron/cron/Makefile
+++ b/usr.sbin/cron/cron/Makefile
@@ -7,6 +7,6 @@ SRCS= cron.c database.c do_command.c job.c user.c popen.c
CFLAGS+= -DLOGIN_CAP -DPAM
DPADD= ${LIBCRON} ${LIBPAM} ${LIBUTIL}
-LDADD= ${LIBCRON} -lpam -lutil
+LDADD= ${LIBCRON} ${MINUSLPAM} -lutil
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud