Home | History | Annotate | Line # | Download | only in sppp_subr
Makefile revision 1.1.22.1
      1  1.1.22.1  christos # $NetBSD: Makefile,v 1.1.22.1 2019/06/10 22:09:39 christos Exp $
      2       1.1  pgoyette 
      3       1.1  pgoyette .include "../Makefile.inc"
      4       1.1  pgoyette 
      5       1.1  pgoyette .PATH:  ${S}/net
      6       1.1  pgoyette 
      7       1.1  pgoyette KMOD=		sppp_subr
      8       1.1  pgoyette SRCS=		if_spppsubr.c
      9       1.1  pgoyette 
     10       1.1  pgoyette CPPFLAGS+=	-DINET
     11       1.1  pgoyette CPPFLAGS+=	-DINET6
     12       1.1  pgoyette #CPPFLAGS+=	-DIPV6CP_MYIFID_DYN	# Will not build if this is enabled!
     13       1.1  pgoyette 
     14  1.1.22.1  christos WARNS=		3
     15  1.1.22.1  christos 
     16       1.1  pgoyette .include <bsd.kmodule.mk>
     17