boot/loader: Fix -Wundef warnings in the legacy and UEFI loaders.
[dragonfly.git] / usr.sbin / mrouted / Makefile.inc
1 # $FreeBSD: src/usr.sbin/mrouted/Makefile.inc,v 1.4 1999/08/28 01:17:02 peter Exp $
2
3 WARNS?=       2
4
5 CFLAGS+=        -DRSRR
6
7 .if exists(${.OBJDIR}/../common)
8 LIBMROUTED=     ${.OBJDIR}/../common/libmrouted.a
9 .else
10 LIBMROUTED=     ${.CURDIR}/../common/libmrouted.a
11 .endif
12
13 .include "../Makefile.inc"