1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-21 15:45:02 +00:00
freebsd/sys/modules/if_sl/Makefile

12 lines
176 B
Makefile
Raw Normal View History

1999-08-28 01:08:13 +00:00
# $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>