9 lines
81 B
Makefile
9 lines
81 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= newsyslog
|
|
MAN= newsyslog.8
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|