repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sio(4) - Fix double make_dev if used as console
[dragonfly.git]
/
bin
/
dd
/
Makefile
blob
db7ce1386437fbb4dd20eb46bf192da6c110f8dc
1
# @(#)Makefile 8.1 (Berkeley) 5/31/93
2
# $FreeBSD: src/bin/dd/Makefile,v 1.8 1999/12/07 03:32:37 green Exp $
3
# $DragonFly: src/bin/dd/Makefile,v 1.5 2005/02/06 06:16:39 okumoto Exp $
4
5
PROG
=
dd
6
SRCS
=
args.c conv.c conv_tab.c dd.c misc.c position.c
7
8
.
include
<
bsd.prog.mk
>