]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/modules/if_sl/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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 .if !defined(KERNBUILDDIR)
9 opt_inet.h:
10         echo "#define INET 1" > ${.TARGET}
11 .endif
12
13 .include <bsd.kmod.mk>