Don't deny read permission on the executable.

This commit is contained in:
mycroft 1995-06-10 20:55:16 +00:00
parent 03a9334875
commit 74b93ae68f

View File

@ -1,10 +1,10 @@
# $Id: Makefile,v 1.13 1994/12/24 16:28:39 cgd Exp $
# $Id: Makefile,v 1.14 1995/06/10 20:55:16 mycroft Exp $
PROG= crontab
SRCS= crontab.c misc.c entry.c env.c
CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../usr.sbin/cron -DDEBUGGING=1
BINOWN =root
BINMODE=4111
BINMODE=4555
MAN= crontab.1 crontab.5
.PATH: ${.CURDIR}/../../usr.sbin/cron