diff options
| author | Semen Ustimenko <semenu@FreeBSD.org> | 2001-08-13 18:32:39 +0000 |
|---|---|---|
| committer | Semen Ustimenko <semenu@FreeBSD.org> | 2001-08-13 18:32:39 +0000 |
| commit | 2c9067b16fca8383611b81033ad4d01fba52f4f5 (patch) | |
| tree | a7adb7d487d2ce4dadabeb5aa2883db9eae31c3a /sys/modules/tx | |
| parent | ed2879a5cfc72c7504754ff10ad7f3e1be4b91bb (diff) | |
Notes
Diffstat (limited to 'sys/modules/tx')
| -rw-r--r-- | sys/modules/tx/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/modules/tx/Makefile b/sys/modules/tx/Makefile index c1c1dfa0c684..b9fdd6d18e64 100644 --- a/sys/modules/tx/Makefile +++ b/sys/modules/tx/Makefile @@ -4,6 +4,10 @@ KMOD= if_tx SRCS= if_tx.c opt_bdg.h device_if.h bus_if.h pci_if.h -SRCS+= miibus_if.h +SRCS+= miibus_if.h vlan.h +CLEANFILES = vlan.h + +vlan.h: + touch vlan.h .include <bsd.kmod.mk> |
