summaryrefslogtreecommitdiff
path: root/usr.bin/tpfmt/Makefile
blob: 0de5c9759fd9ebe8a4d64eaa521364980447531d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$NetBSD: Makefile,v 1.4 2011/11/26 16:15:09 yamt Exp $

PROG=	tpfmt

CPPFLAGS+= -I${NETBSDSRCDIR}/sys/
SRCS=	tpfmt.c sym.c

LDADD+= -lelf
LDADD+= -lutil
DPADD+= ${LIBELF}
DPADD+= ${LIBUTIL}

.include <bsd.own.mk>
.include <bsd.prog.mk>