Deleted Added
full compact
Makefile (155017) Makefile (156248)
1# $Cronyx: sys.modules.ce.Makefile,v 1.2 2005/04/23 20:10:22 rik Exp $
1# $Cronyx: sys.modules.ce.Makefile,v 1.2 2005/04/23 20:10:22 rik Exp $
2# $FreeBSD: head/sys/modules/ce/Makefile 155017 2006-01-29 22:10:54Z rik $
2# $FreeBSD: head/sys/modules/ce/Makefile 156248 2006-03-03 18:42:09Z yar $
3
4.PATH: ${.CURDIR}/../../dev/ce
5KMOD = if_ce
6SRCS = if_ce.c ceddk.c tau32-ddk.c
3
4.PATH: ${.CURDIR}/../../dev/ce
5KMOD = if_ce
6SRCS = if_ce.c ceddk.c tau32-ddk.c
7SRCS += opt_netgraph.h opt_ng_cronyx.h device_if.h bus_if.h \
7SRCS += opt_bpf.h opt_netgraph.h opt_ng_cronyx.h device_if.h bus_if.h \
8 pci_if.h
9NO_MAN=
10
11.if !defined(KERNBUILDDIR)
12PROTOS?= -DINET
13NG_CRONYX?= 0
14NETGRAPH= ${NG_CRONYX}
15

--- 14 unchanged lines hidden ---
8 pci_if.h
9NO_MAN=
10
11.if !defined(KERNBUILDDIR)
12PROTOS?= -DINET
13NG_CRONYX?= 0
14NETGRAPH= ${NG_CRONYX}
15

--- 14 unchanged lines hidden ---