diff options
Diffstat (limited to 'sbin/routed')
-rw-r--r-- | sbin/routed/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile index 5beaf908a95..943a8ec0733 100644 --- a/sbin/routed/Makefile +++ b/sbin/routed/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.15 2004/04/25 16:28:32 itojun Exp $ +# $OpenBSD: Makefile,v 1.16 2006/05/10 02:36:25 deraadt Exp $ PROG= routed SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c MAN= routed.8 -CFLAGS+=-D_ROUTED -D'min(a,b)=(a < b ? a : b)' -D'log=syslog' +CFLAGS+=-D_ROUTED -D'min(a,b)=((a) < (b) ? (a) : (b))' -D'log=syslog' CFLAGS+=-D'panic(s)={log(LOG_ERR, "%s", s); exit(1);}' SUBDIR= rtquery |