freebsd-dev/sys/modules/if_vlan/Makefile

12 lines
156 B
Makefile
Raw Normal View History

# $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>