head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	95.12.30.18.52.05;	author peter;	state dead;
branches;
next	1.1;

1.1
date	94.09.14.22.11.51;	author wollman;	state Exp;
branches;
next	;


desc
@@


1.2
log
@recording cvs-1.6 file death
@
text
@#	$Id: Makefile,v 1.1 1994/09/14 22:11:51 wollman Exp peter $

.PATH:	${.CURDIR}/../../sys/netinet
KMOD=	ip_mroute_mod
SRCS=	ip_mroute.c
NOMAN=
CFLAGS+= -DMROUTE_LKM -DMROUTING

.include <bsd.kmod.mk>
@


1.1
log
@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...).
@
text
@d1 1
a1 1
#	$Id$
@
