e55de4b4cf
- Code cleanup. - Better flowing English in manpage (in places). - `-n' option has been removed (was mainly a debugging convenience, I think). - Add `C' flag: create log file if one doesn't exist.
12 lines
204 B
Makefile
12 lines
204 B
Makefile
# $NetBSD: Makefile,v 1.13 2000/07/07 10:52:41 ad Exp $
|
|
|
|
PROG= newsyslog
|
|
SRCS= newsyslog.c
|
|
LDADD+= -lutil
|
|
DPADD+= ${LIBUTIL}
|
|
|
|
MAN= newsyslog.8
|
|
MLINKS+=newsyslog.8 newsyslog.conf.5
|
|
|
|
.include <bsd.prog.mk>
|