Initial import from FreeBSD RELENG_4:
[games.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
3 .PATH: ${.CURDIR}/../../net
4
5 KMOD=   if_faith
6 SRCS=   if_faith.c opt_inet.h opt_inet6.h
7 CFLAGS+= -DNFAITH=0
8 NOMAN=
9
10 opt_inet.h:
11         echo "#define INET 1" > ${.TARGET}
12
13 opt_inet6.h:
14         echo "#define INET6 1" > ${.TARGET}
15
16 .include <bsd.kmod.mk>