boot/loader: Fix -Wundef warnings in the legacy and UEFI loaders.
[dragonfly.git] / usr.sbin / mrouted / common / Makefile
blob9b65f5dbb298dfdcb3a697752c21da6aaa9f9b36
1 # $FreeBSD: src/usr.sbin/mrouted/common/Makefile,v 1.5.2.1 2002/07/19 18:46:29 ru Exp $
2 # $DragonFly: src/usr.sbin/mrouted/common/Makefile,v 1.2 2003/06/17 04:29:57 dillon Exp $
4 LIB= mrouted
5 INTERNALLIB= YES
7 S= ${.CURDIR}/..
8 .PATH: $S
9 CFLAGS+= -I$S
11 SRCS= igmp.c inet.c kern.c
13 .include <bsd.lib.mk>