summaryrefslogtreecommitdiff
path: root/test/Makefile
blob: cf765115413432adfb58303c795da271ba2ad239 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# $NetBSD: Makefile,v 1.2 2015/01/22 05:03:52 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>