]> sbz's 6dev Repos - elfdbg/.git/blame - Makefile
Forgot to update the cirrus Linux task. Fix build on Linux
[elfdbg/.git] / Makefile
CommitLineData
4974f578
SB
1.include <bsd.own.mk>
2
3PREFIX?= /usr/local
4BINDIR= ${PREFIX}/bin
f4b470b9
SB
5
6PROG= elfdbg
4974f578 7MAN= elfdbg.1
418b72b3 8SRCS= elfdbg.c elf.c compat.c
f4b470b9 9
e65a04f5
SB
10test:
11 @(cd tests && kyua test && kyua report)
12
f4b470b9 13.include <bsd.prog.mk>