Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / sys / net / faith / Makefile
1 # $FreeBSD: src/sys/modules/if_faith/Makefile,v 1.1.2.1 2001/12/15 01:07:54 brooks Exp $
2 # $DragonFly: src/sys/net/faith/Makefile,v 1.4 2006/10/25 20:56:02 dillon Exp $
3
4 .PATH: ${.CURDIR}/../../net
5
6 KMOD=   if_faith
7 SRCS=   if_faith.c opt_inet.h opt_inet6.h bus_if.h device_if.h
8 CFLAGS+= -DNFAITH=0
9
10 .if !defined(BUILDING_WITH_KERNEL)
11 opt_inet.h:
12         echo "#define INET 1" > ${.TARGET}
13
14 opt_inet6.h:
15         echo "#define INET6 1" > ${.TARGET}
16 .endif
17
18 .include <bsd.kmod.mk>