freebsd-dev/sbin/ip_mroute_mod/Makefile
Garrett Wollman 49fbf8ddcf 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...).
1994-09-14 22:11:51 +00:00

10 lines
146 B
Makefile

# $Id$
.PATH: ${.CURDIR}/../../sys/netinet
KMOD= ip_mroute_mod
SRCS= ip_mroute.c
NOMAN=
CFLAGS+= -DMROUTE_LKM -DMROUTING
.include <bsd.kmod.mk>