mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Ed forgot this in r190751.
This commit is contained in:
parent
9f2354cabc
commit
b29310a2de
1 changed files with 0 additions and 13 deletions
|
|
@ -1,13 +0,0 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../net
|
||||
|
||||
KMOD= if_sl
|
||||
SRCS= if_sl.c slcompress.c opt_inet.h opt_slip.h
|
||||
|
||||
.if !defined(KERNBUILDDIR)
|
||||
opt_inet.h:
|
||||
echo "#define INET 1" > ${.TARGET}
|
||||
.endif
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
Loading…
Reference in a new issue