Fix compile breakage: link against libutil.

This commit is contained in:
David Nugent 1997-01-21 05:56:38 +00:00
parent 75141cc987
commit efc4a83cd0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21908

View File

@ -5,6 +5,8 @@ SRCS= cron.c database.c do_command.c job.c user.c popen.c
MAN8= cron.8
CFLAGS+=-DLOGIN_CAP
LDADD+= -lutil
DPADD+= ${LIBUTIL}
.if exists(${.OBJDIR}/../lib)
LDDESTDIR+= -L${.OBJDIR}/../lib