c22d4cefb0
garbage (very old way of configuring INET). Fixed a style bug (hard-coded ${.TARGET}).
12 lines
176 B
Makefile
12 lines
176 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../net
|
|
KMOD= if_sl
|
|
SRCS= if_sl.c slcompress.c opt_inet.h
|
|
NOMAN=
|
|
|
|
opt_inet.h:
|
|
echo "#define INET 1" > ${.TARGET}
|
|
|
|
.include <bsd.kmod.mk>
|