games/quiz: add another president answer section and update data
[dragonfly.git] / sys / netgraph / sync_ar / Makefile
blobe9d44f7d4ef35c7b2cd607fc4dc2758098730a47
1 # $FreeBSD: src/sys/modules/netgraph/sync_ar/Makefile,v 1.2.2.1 2002/06/17 15:11:04 jhay Exp $
2 # $DragonFly: src/sys/netgraph/sync_ar/Makefile,v 1.3 2003/08/14 23:26:43 dillon Exp $
4 .PATH: ${.CURDIR}/../../dev/netif/ar
5 KMOD = ng_sync_ar
6 SRCS = if_ar.c if_ar_isa.c if_ar_pci.c
7 SRCS += device_if.h bus_if.h pci_if.h isa_if.h opt_netgraph.h
9 opt_netgraph.h:
10 echo "#define NETGRAPH" > opt_netgraph.h
12 .include <bsd.kmod.mk>