Makefile.inc revision 1.2
1#	$NetBSD: Makefile.inc,v 1.2 2004/11/11 12:03:53 yamt Exp $
2
3# NetBSD doesn't have syslog_r.
4CPPFLAGS+=	-D'openlog_r(ident, logopt, fac, data)=/*nothing*/'
5CPPFLAGS+=	-D'syslog_r(pri, data, ...)=syslog((pri), __VA_ARGS__)'
6
7WARNS?=	1
8
9.if exists(${.CURDIR}/../../Makefile.inc)
10.include "${.CURDIR}/../../Makefile.inc"
11.endif
12