mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
11 lines
156 B
Makefile
11 lines
156 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../net
|
|
|
|
KMOD= if_vlan
|
|
SRCS= if_vlan.c opt_inet.h
|
|
|
|
opt_inet.h:
|
|
echo "#define INET 1" > ${.TARGET}
|
|
|
|
.include <bsd.kmod.mk>
|