freebsd-dev/lkm/ip_mroute_mod/Makefile
Garrett Wollman 0eec3684ff Per discussion on the mailing-lists, move LKMs from /sbin to /lkm, and
arrange for that directory to get created by mtree.  Also, process secure
directory after all the others, because the programs there may overlay
ones installed from the main part of the tree.
1994-09-16 20:24:29 +00:00

10 lines
195 B
Makefile

# $Id: Makefile,v 1.1 1994/09/14 22:11:51 wollman Exp $
.PATH: ${.CURDIR}/../../sys/netinet
KMOD= ip_mroute_mod
SRCS= ip_mroute.c
NOMAN=
CFLAGS+= -DMROUTE_LKM -DMROUTING
.include <bsd.kmod.mk>