summaryrefslogtreecommitdiff
path: root/test/Makefile
blob: a451274def06bc4ae02bf536dab61a3f25688945 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# $NetBSD: Makefile,v 1.3 2015/05/30 22:40:38 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>