# DF-0677 harness module Makefile.
# Compiles the real slcompress.c from the source tree into the module so the
# vulnerable sl_compress_init() is exercised exactly as in sppp, with no
# dependency on the (unloaded) sppp/sl module.
.PATH: /usr/src/sys/net/ppp_layer
KMOD=	slc_oob
SRCS=	slc_oob.c slcompress.c
.include <bsd.kmod.mk>
