diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 1999-07-06 19:23:32 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 1999-07-06 19:23:32 +0000 |
| commit | 6b5ca0d83e52d5a5cc1001854eb33f1c31deb9db (patch) | |
| tree | b98f1bc83e7c922d703d35e16ba75d62d320a917 /sys/modules/fxp/Makefile | |
| parent | 14802b60922f833994d6371b3e5510e9135abaf4 (diff) | |
Notes
Diffstat (limited to 'sys/modules/fxp/Makefile')
| -rw-r--r-- | sys/modules/fxp/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/modules/fxp/Makefile b/sys/modules/fxp/Makefile index 4b32e6b809e3..607f4597af6f 100644 --- a/sys/modules/fxp/Makefile +++ b/sys/modules/fxp/Makefile @@ -1,17 +1,17 @@ -# $Id: Makefile,v 1.1 1999/04/16 21:52:27 peter Exp $ +# $Id: Makefile,v 1.2 1999/04/18 13:31:23 dfr Exp $ S = ${.CURDIR}/../.. .PATH: $S/pci KMOD = fxp -SRCS = if_fxp.c fxp.h bpfilter.h opt_bdg.h device_if.h bus_if.h pci_if.h -CLEANFILES += fxp.h bpfilter.h opt_bdg.h device_if.h bus_if.h pci_if.h +SRCS = if_fxp.c fxp.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h +CLEANFILES += fxp.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h CFLAGS += ${DEBUG_FLAGS} fxp.h: echo "#define NFXP 1" > fxp.h -bpfilter.h: - echo "#define NBPFILTER 0" > bpfilter.h +bpf.h: + echo "#define NBPF 0" > bpf.h opt_bdg.h: touch opt_bdg.h |
