Makefile to generate the ip_mroute_mod.o LKM. After talking this over
with DavidG, I've come to the conclusion that unless and until we define a new directory to put these things in, /sbin is the right place. (OSF/1 does a lot worse for non-executables in /sbin...).
This commit is contained in:
parent
c3b0d344b4
commit
4b0311770d
9
sbin/ip_mroute_mod/Makefile
Normal file
9
sbin/ip_mroute_mod/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
# $Id$
|
||||
|
||||
.PATH: ${.CURDIR}/../../sys/netinet
|
||||
KMOD= ip_mroute_mod
|
||||
SRCS= ip_mroute.c
|
||||
NOMAN=
|
||||
CFLAGS+= -DMROUTE_LKM -DMROUTING
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user