1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/usr.sbin/mrouted/common/Makefile
2002-05-13 11:24:03 +00:00

13 lines
136 B
Makefile

# $FreeBSD$
S= ${.CURDIR}/..
.PATH: $S
LIB= mrouted
INTERNALLIB= YES
SRCS= igmp.c inet.c kern.c
CFLAGS+= -I$S
.include <bsd.lib.mk>