e376b9ff16
sends error messages to stderr, normal output to stdout, instead of logging everything via syslog. Turn off the FORMAT_AUDIT in the Makefile, until I can figure out how to disable the check for one single line in the source :( Reviewed by: dd, silence on -audit MFC after: 1 month
13 lines
241 B
Makefile
13 lines
241 B
Makefile
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
|
|
# $FreeBSD$
|
|
|
|
PROG= rarpd
|
|
MAN= rarpd.8
|
|
|
|
CFLAGS+= -DTFTP_DIR=\"/tftpboot\"
|
|
WARNS?= 2
|
|
# This breaks with format strings returned by expand_syslog_m().. argh!
|
|
#FORMAT_AUDIT?= 1
|
|
|
|
.include <bsd.prog.mk>
|