]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/if_sl/Makefile
This commit was generated by cvs2svn to compensate for changes in r141098,
[FreeBSD/FreeBSD.git] / sys / modules / if_sl / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../net
4
5 KMOD=   if_sl
6 SRCS=   if_sl.c slcompress.c opt_inet.h opt_slip.h
7
8 opt_inet.h:
9         echo "#define INET 1" > ${.TARGET}
10
11 .include <bsd.kmod.mk>