a654d07295
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)
10 lines
185 B
Makefile
10 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>
|