1 1.1.96.1 martin # $NetBSD: Makefile,v 1.1.96.1 2023/08/11 13:43:43 martin Exp $ 2 1.1 elad 3 1.1 elad NOMAN=yes 4 1.1 elad PROG= qsafe 5 1.1 elad SRCS= qsafe.c qfile.c 6 1.1.96.1 martin 7 1.1 elad QSIEVE=${.CURDIR}/../qsieve 8 1.1 elad .PATH: ${QSIEVE} 9 1.1 elad CPPFLAGS+=-I${QSIEVE} 10 1.1 elad 11 1.1.96.1 martin COPTS.qsafe.c+= -Wno-error=deprecated-declarations 12 1.1.96.1 martin 13 1.1 elad .include <bsd.prog.mk> 14