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
Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git]
/
bin
/
dd
/
Makefile
blob
38340100157c847e8a53bfd9dc62fca31f1e7b88
1
# $NetBSD: Makefile,v 1.11 2005/06/26 19:10:49 christos Exp $
2
# @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4
PROG
=
dd
5
SRCS
=
args.c conv.c dd.c misc.c position.c
6
7
DPADD
+= ${
LIBUTIL
}
8
LDADD
+= -
lutil
9
10
.
ifdef
SMALLPROG
11
CPPFLAGS
+= -
DNO_CONV
12
.
else
13
SRCS
+=
conv_tab.c
14
.
endif
15
16
.
include
<
bsd.prog.mk
>