]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/modules/arl/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / sys / modules / arl / Makefile
1 # $RISS: if_arl/modules/if_arl/Makefile,v 1.3 2003/01/13 08:05:29 frol Exp $
2 # $FreeBSD$
3
4 .PATH:  ${.CURDIR}/../../dev/arl
5
6 KMOD=   if_arl
7 SRCS=   if_arl.c if_arl_isa.c
8 SRCS+=  opt_inet.h device_if.h bus_if.h isa_if.h
9 CFLAGS+= -I${.CURDIR}/../..
10
11 .if !defined(KERNBUILDDIR)
12 opt_inet.h:
13         echo "#define INET 1" > opt_inet.h
14 .endif
15
16 .include <bsd.kmod.mk>