summaryrefslogtreecommitdiff
path: root/external/bsd/blocklist/test/Makefile
blob: d127955acdb75ed9b18ba041e0ea2c14251cf9c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $NetBSD: Makefile,v 1.1.1.1 2020/06/15 01:52:54 christos Exp $

MKMAN=no

PROGS=srvtest cltest 
SRCS.srvtest = srvtest.c
SRCS.cltest = cltest.c
CPPFLAGS+=-DBLDEBUG
LDADD+=-lutil
DPADD+=${LIBUTIL}

.include <bsd.prog.mk>