1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

remove trailing space

This commit is contained in:
millert 2005-12-19 19:12:17 +00:00
parent 5e56f63d3a
commit 906e25c47f

View File

@ -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