Home | History | Annotate | Line # | Download | only in profile
Makefile revision 1.1
      1  1.1  chs # $NetBSD: Makefile,v 1.1 2012/12/02 01:05:17 chs Exp $
      2  1.1  chs 
      3  1.1  chs .include "../../Makefile.inc"
      4  1.1  chs 
      5  1.1  chs .PATH: ${NETBSDSRCDIR}/external/cddl/osnet/dev/profile
      6  1.1  chs 
      7  1.1  chs KMOD=		profile
      8  1.1  chs SRCS=		profile.c
      9  1.1  chs 
     10  1.1  chs CPPFLAGS+=	-I${NETBSDSRCDIR}/external/cddl/osnet/sys \
     11  1.1  chs 		-I${NETBSDSRCDIR}/external/cddl/osnet/dev/profile \
     12  1.1  chs 		-I${NETBSDSRCDIR}/external/cddl/osnet/dist/uts/common
     13  1.1  chs 
     14  1.1  chs CPPFLAGS+=	-Wno-unknown-pragmas -Wno-cast-qual
     15  1.1  chs 
     16  1.1  chs .include <bsd.kmodule.mk>
     17