summaryrefslogtreecommitdiff
path: root/usr.sbin/cron/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/cron/Makefile')
-rw-r--r--usr.sbin/cron/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.sbin/cron/Makefile b/usr.sbin/cron/Makefile
new file mode 100644
index 00000000000..333fd7d6c7d
--- /dev/null
+++ b/usr.sbin/cron/Makefile
@@ -0,0 +1,9 @@
+# $Id: Makefile,v 1.1 1995/10/18 08:47:30 deraadt Exp $
+
+PROG= cron
+SRCS= cron.c database.c user.c entry.c job.c do_command.c \
+ misc.c env.c popen.c
+CFLAGS+=-I${.CURDIR}
+MAN= cron.8
+
+.include <bsd.prog.mk>