freebsd-dev/sys/modules/if_sl/Makefile
Bruce Evans 008bec716e Handle slip options in the usual way (generate a dummy options file in
the module Makefile and don't clutter the sources with ifdefs).

Fixed nearby formatting bugs.
2000-09-26 18:34:30 +00:00

12 lines
183 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../net
KMOD= if_sl
SRCS= if_sl.c slcompress.c opt_inet.h opt_slip.h
NOMAN=
opt_inet.h:
echo "#define INET 1" > ${.TARGET}
.include <bsd.kmod.mk>