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