fetch.9: Minor fixes.
[dragonfly.git] / sys / net / faith / Makefile
blob1d72de1df56dd71a306513bf3e1742635891863b
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 $
4 .PATH: ${.CURDIR}/../../net
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
10 .if !defined(BUILDING_WITH_KERNEL)
11 opt_inet.h:
12 echo "#define INET 1" > ${.TARGET}
14 opt_inet6.h:
15 echo "#define INET6 1" > ${.TARGET}
16 .endif
18 .include <bsd.kmod.mk>