11 lines
165 B
Makefile
11 lines
165 B
Makefile
# $NetBSD: Makefile,v 1.1 2008/11/25 02:42:35 cube Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/net
|
|
|
|
KMOD= ppp_bsdcomp
|
|
SRCS= bsd-comp.c
|
|
|
|
.include <bsd.kmodule.mk>
|