diff options
| author | Jonathan Lemon <jlemon@FreeBSD.org> | 2001-07-19 15:58:40 +0000 |
|---|---|---|
| committer | Jonathan Lemon <jlemon@FreeBSD.org> | 2001-07-19 15:58:40 +0000 |
| commit | 9009a48f03c03b1fdbad930087b86be1d1659fab (patch) | |
| tree | 121611f17fa9d20e01e97b32b2dcdb10c2268f09 /sys/modules/fxp | |
| parent | 9fb54cb3228aedee5ff3fbd6a4dae714f78a4199 (diff) | |
Notes
Diffstat (limited to 'sys/modules/fxp')
| -rw-r--r-- | sys/modules/fxp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/fxp/Makefile b/sys/modules/fxp/Makefile index 334c5644a4cd..ff765084f9e0 100644 --- a/sys/modules/fxp/Makefile +++ b/sys/modules/fxp/Makefile @@ -7,6 +7,6 @@ SRCS= if_fxp.c opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h miibus_if.h CLEANFILES= vlan.h vlan.h: - touch vlan.h + echo '#define NVLAN 1' > vlan.h .include <bsd.kmod.mk> |
