aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2007-10-01 18:17:24 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2007-10-01 18:17:24 +0000
commit0376869747dd89eb79ae1de8465721d42ae07d66 (patch)
tree8e141ebf7b45244d28ef5e9cbd08f0efd4d30f5e /usr.sbin
parent71ce49ae8daaed6a38c4649c6ff2ff87d7a1635d (diff)
downloadsrc-0376869747dd89eb79ae1de8465721d42ae07d66.tar.gz
src-0376869747dd89eb79ae1de8465721d42ae07d66.zip
Fixed static linkage (build with -DNO_SHARED).
Approved by: re (kensmith)
Notes
Notes: svn path=/head/; revision=172402
Diffstat (limited to 'usr.sbin')
-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 92d3ee4ab18d..77ca47a1dc09 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>