mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 13:51:30 -05:00
converted yet. These are more of a starting point. This is NOT connected to the parent Makefile. OK'ed by jkh (who is ever so patiently waiting)
9 lines
185 B
Makefile
9 lines
185 B
Makefile
# $Id: Makefile,v 1.3 1997/02/22 12:48:12 peter Exp $
|
|
|
|
.PATH: ${.CURDIR}/../../netinet
|
|
KMOD= ip_mroute
|
|
SRCS= ip_mroute.c
|
|
NOMAN=
|
|
CFLAGS+= -DMROUTE_LKM -DMROUTING
|
|
|
|
.include <bsd.kmod.mk>
|