summaryrefslogtreecommitdiff
path: root/usr.bin/moduli/qsafe/Makefile
blob: a843340b1a09599c65efd589788b53b60ab5b536 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: Makefile,v 1.2 2023/05/09 20:02:59 christos Exp $

NOMAN=yes
PROG=   qsafe
SRCS= qsafe.c qfile.c

QSIEVE=${.CURDIR}/../qsieve
.PATH: ${QSIEVE}
CPPFLAGS+=-I${QSIEVE}

COPTS.qsafe.c+= -Wno-error=deprecated-declarations

.include <bsd.prog.mk>