Merge from vendor branch SENDMAIL:
[dragonfly.git] / sys / dev / netif / ipw / Makefile
1 # $DragonFly: src/sys/dev/netif/ipw/Attic/Makefile,v 1.2 2005/03/08 17:50:32 joerg Exp $
2 #
3 KMOD=   if_ipw
4 SRCS=   if_ipw.c
5 SRCS+=  device_if.h bus_if.h pci_if.h
6 SRCS+=  opt_inet.h
7
8 #WARNS?=        6
9
10 .if !defined(BUILDING_WITH_KERNEL)
11 CFLAGS+=        -DALTQ
12
13 opt_inet.h:
14         echo "#define INET 1" > ${.TARGET}
15 .endif
16
17 .include <bsd.kmod.mk>