9674b13dcb
(this included removing the funny "if (unsigned_var < 0)" test)
9 lines
80 B
Makefile
9 lines
80 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= newsyslog
|
|
MAN= newsyslog.8
|
|
|
|
WARNS= 2
|
|
|
|
.include <bsd.prog.mk>
|