mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 02:42:54 -05:00
15 lines
271 B
Makefile
15 lines
271 B
Makefile
# $Id: Makefile,v 1.9 1998/05/04 19:54:56 bde Exp $
|
|
|
|
PROG= mrouted
|
|
|
|
S= ${.CURDIR}/..
|
|
.PATH: $S
|
|
CFLAGS+= -I$S
|
|
YFLAGS=
|
|
DPADD= ${LIBMROUTED}
|
|
LDADD= ${LIBMROUTED}
|
|
|
|
SRCS= config.c cfparse.y main.c route.c vif.c prune.c callout.c rsrr.c
|
|
MAN8= mrouted.8
|
|
|
|
.include <bsd.prog.mk>
|