Home | History | Annotate | Line # | Download | only in xray
      1 #	$NetBSD: Makefile,v 1.3 2021/09/21 20:34:37 christos Exp $
      2 
      3 NOOBJ=	# defined
      4 
      5 .include <bsd.init.mk>
      6 
      7 .PATH:	${TOPDIR}/include/xray
      8 
      9 INCS+=	xray_interface.h
     10 INCS+=	xray_log_interface.h
     11 INCS+=	xray_records.h
     12 
     13 INCSDIR=	/usr/lib/clang/${CLANG_VER}/include/xray
     14 
     15 .include <bsd.prog.mk>
     16