summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2005-12-19 19:12:18 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2005-12-19 19:12:18 +0000
commit7ed444274f77b72c874aa9ecb1a8cbba030a22d6 (patch)
tree5f5a7ac16a0139824bf3fc81a3b34d35de41ebc4
parent214c745619a9985f5b2955b7ad537c0afd719f88 (diff)
remove trailing space
-rw-r--r--usr.bin/crontab/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/crontab/Makefile b/usr.bin/crontab/Makefile
index 752de1e7f5e..1ec2905d963 100644
--- a/usr.bin/crontab/Makefile
+++ b/usr.bin/crontab/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.4 2002/05/09 21:22:01 millert Exp $
+# $OpenBSD: Makefile,v 1.5 2005/12/19 19:12:17 millert Exp $
PROG= crontab
SRCS= crontab.c misc.c entry.c env.c
-CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../usr.sbin/cron -DDEBUGGING=0
+CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../usr.sbin/cron -DDEBUGGING=0
BINGRP =crontab
BINMODE=2555
MAN= crontab.1 crontab.5