[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libbpfjit

Annotation of src/lib/libbpfjit/Makefile, Revision 1.1

1.1     ! alnsn       1: # $NetBSD$
        !             2:
        !             3: .include <bsd.own.mk>
        !             4:
        !             5: NOMAN=         # defined
        !             6:
        !             7: LIB=           bpfjit
        !             8:
        !             9: # Private because it depends on the private sljit library.
        !            10: LIBISPRIVATE=  yes
        !            11:
        !            12: .PATH: ${NETBSDSRCDIR}/sys/net
        !            13:
        !            14: SRCS=          bpfjit.c
        !            15:
        !            16: SLJITDIST=     ${NETBSDSRCDIR}/sys/external/bsd/sljit/dist
        !            17: CPPFLAGS+=     -I${SLJITDIST}/sljit_src
        !            18:
        !            19: WARNS= 4
        !            20:
        !            21: .include <bsd.lib.mk>

CVSweb <webmaster@jp.NetBSD.org>