1 1.2 christos # $NetBSD: Makefile,v 1.2 2023/05/09 20:02:59 christos 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.2 christos 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.2 christos COPTS.qsafe.c+= -Wno-error=deprecated-declarations 12 1.2 christos 13 1.1 elad .include <bsd.prog.mk> 14