amd64 port: mainly on the pmap headers, identify_cpu and initcpu
[dragonfly/port-amd64.git] / sys / netgraph / cisco / Makefile
blob82e32bdcac4dbf8522a6fb9ee61a156fb8f83d57
1 # $FreeBSD: src/sys/modules/netgraph/cisco/Makefile,v 1.2.2.4 2001/12/21 09:00:48 ru Exp $
2 # $DragonFly: src/sys/netgraph/cisco/Makefile,v 1.2 2003/06/17 04:28:45 dillon Exp $
3 # $Whistle: Makefile,v 1.2 1999/01/19 19:39:20 archie Exp $
5 KMOD= ng_cisco
6 SRCS= ng_cisco.c
7 KMODDEPS= netgraph
9 .include <bsd.kmod.mk>