Fix standalone module build.

Reported by:	Boris Samorodov
This commit is contained in:
Ruslan Ermilov 2006-02-17 10:52:59 +00:00
parent ffbea430b8
commit 525312f7c0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155778

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: