repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
usr.bin
/
hexdump
/
Makefile
blob
7c5ca9ce523db0d86b0d6c156349986388673e89
1
# $NetBSD: Makefile,v 1.12 2006/10/08 17:52:28 peter 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
LDADD
+=-
lutil
10
DPADD
+=${
LIBUTIL
}
11
12
LINKS
= ${
BINDIR
}/
hexdump
${
BINDIR
}/
od
13
.
endif
14
15
.
include
<
bsd.prog.mk
>