Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[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.2 2003/06/17 04:28:44 dillon Exp $
3
4 .PATH: ${.CURDIR}/../../net
5
6 KMOD=   if_faith
7 SRCS=   if_faith.c opt_inet.h opt_inet6.h
8 CFLAGS+= -DNFAITH=0
9 NOMAN=
10
11 opt_inet.h:
12         echo "#define INET 1" > ${.TARGET}
13
14 opt_inet6.h:
15         echo "#define INET6 1" > ${.TARGET}
16
17 .include <bsd.kmod.mk>