Ed forgot this in r190751.

This commit is contained in:
Dag-Erling Smørgrav 2009-06-14 23:44:06 +00:00
parent 9f2354cabc
commit b29310a2de

View File

@ -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>