repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
coverity appeasement
[minix.git]
/
commands
/
hexdump
/
Makefile
blob
ed82a362253cdc0cd0a0817758b09254245184f4
1
# $NetBSD: Makefile,v 1.13 2009/04/14 22:15:21 lukem Exp $
2
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
PROG
=
hexdump
5
SRCS
=
conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
6
MAN
=
hexdump
.1
#od.1
7
8
.
ifndef
HOSTPROG
9
10
LDADD
+= -
lutil
11
DPADD
+= ${
LIBUTIL
}
12
13
#LINKS= ${BINDIR}/hexdump ${BINDIR}/od
14
.
endif
15
16
.
include
<
bsd.prog.mk
>