mirror of
https://github.com/opnsense/src.git
synced 2026-04-10 20:06:42 -04:00
10 lines
172 B
Makefile
10 lines
172 B
Makefile
|
|
SYSDIR?=${SRCTOP}/sys
|
|
.include "${SYSDIR}/conf/kern.opts.mk"
|
|
|
|
.PATH: ${SYSDIR}/net
|
|
|
|
KMOD= if_enc
|
|
SRCS= if_enc.c opt_inet.h opt_inet6.h opt_ipsec.h
|
|
|
|
.include <bsd.kmod.mk>
|