Fix standalone module build.

Reported by:	Boris Samorodov
This commit is contained in:
ru 2006-02-17 10:52:59 +00:00
parent dee2543565
commit 125df44d1b

View File

@ -3,7 +3,8 @@
.PATH: ${.CURDIR}/../../net
KMOD= if_vlan
SRCS= if_vlan.c opt_inet.h
SRCS= if_vlan.c
SRCS+= opt_inet.h opt_vlan.h
.if !defined(KERNBUILDDIR)
opt_inet.h: