summaryrefslogtreecommitdiff
path: root/share/examples/rump/dmtest/Makefile
blob: 61ceb33fc6510c1d1ed3f0423cf4b25d9a780f3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$NetBSD: Makefile,v 1.2 2009/12/05 10:38:27 haad Exp $
PROG=   dmt
SRCS=   dmt.c

DPADD=  ${LIBUTIL}
LDADD=  -lutil
MKMAN=  no

CFLAGS+= -g -fno-inline

LDADD+=         -lrumpdev_disk -lrumpdev_dm -lrumpdev -lprop
LDADD+=         -lrumpvfs -lrump -lrumpuser -lpthread
DBG=            -g

.include <bsd.prog.mk>