From 336f51412c10e7b308863e7530550f6be31dc460 Mon Sep 17 00:00:00 2001 From: Jonathan Lemon Date: Sun, 13 May 2001 00:04:02 +0000 Subject: [PATCH] Update makefile to reflect vlan support. --- sys/modules/fxp/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/modules/fxp/Makefile b/sys/modules/fxp/Makefile index 0904e1a1b789..334c5644a4cd 100644 --- a/sys/modules/fxp/Makefile +++ b/sys/modules/fxp/Makefile @@ -3,6 +3,10 @@ .PATH: ${.CURDIR}/../../dev/fxp KMOD= if_fxp -SRCS= if_fxp.c opt_bdg.h device_if.h bus_if.h pci_if.h miibus_if.h +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 .include