1# $NetBSD: Makefile,v 1.1 2016/08/04 23:53:47 pgoyette Exp $ 2 3.include "../Makefile.inc" 4 5.PATH: ${S}/net 6 7KMOD= slcompress 8SRCS= slcompress.c 9 10CPPFLAGS+= -DINET 11 12.include <bsd.kmodule.mk> 13