diff options
Diffstat (limited to 'usr.sbin/cron/Makefile')
-rw-r--r-- | usr.sbin/cron/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/cron/Makefile b/usr.sbin/cron/Makefile index 377c9c3be7d..56d50a2e3a8 100644 --- a/usr.sbin/cron/Makefile +++ b/usr.sbin/cron/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2015/10/31 12:19:41 millert Exp $ +# $OpenBSD: Makefile,v 1.6 2015/11/12 21:12:05 millert Exp $ PROG= cron SRCS= cron.c database.c user.c entry.c job.c do_command.c \ - misc.c env.c popen.c atrun.c common.c + misc.c env.c popen.c atrun.c CFLAGS+=-I${.CURDIR} MAN= cron.8 |