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:
Garrett Wollman 1994-09-14 22:11:51 +00:00
parent 639a2e5035
commit 49fbf8ddcf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2766

View 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>