Home | History | Annotate | Line # | Download | only in if_ppp
Makefile revision 1.1
      1  1.1  christos # $NetBSD: Makefile,v 1.1 2016/08/06 06:06:54 christos Exp $
      2  1.1  christos 
      3  1.1  christos .include "../Makefile.inc"
      4  1.1  christos 
      5  1.1  christos .PATH:  ${S}/net
      6  1.1  christos 
      7  1.1  christos KMOD=		if_ppp
      8  1.1  christos IOCONF=		ppp.ioconf
      9  1.1  christos SRCS=		if_ppp.c ppp_tty.c
     10  1.1  christos 
     11  1.1  christos CPPFLAGS+=	-DINET
     12  1.1  christos CPPFLAGS+=	-DPPP_FILTER
     13  1.1  christos CPPFLAGS+=	-DPPP_DEFLATE
     14  1.1  christos CPPFLAGS+=	-DPPP_BSDCOMP
     15  1.1  christos 
     16  1.1  christos .include <bsd.kmodule.mk>
     17