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

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