make installed file owned by root, to keep crond happy

This commit is contained in:
cgd 1993-05-28 09:08:28 +00:00
parent ba83ddc500
commit 414f33710e

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.2 1993/05/22 03:52:17 cgd Exp $
# $Id: Makefile,v 1.3 1993/05/28 09:08:28 cgd Exp $
PROG= newsyslog
@ -8,6 +8,8 @@ CFLAGS+= -DPIDFILE=\"/var/run/syslog.pid\"
CFLAGS+= -DCOMPRESS=\"/usr/bin/gzip\"
CFLAGS+= -DCOMPRESS_POSTFIX=\".z\"
BINOWN= root
MAN5= newsyslog.conf.0
MAN8= newsyslog.0