mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -05:00
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
11 lines
172 B
Makefile
11 lines
172 B
Makefile
# $FreeBSD$
|
|
|
|
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
|
|
|
|
.include <bsd.kmod.mk>
|