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
Fix a bug which was introduced in cvs-1.12.13.
[dragonfly.git]
/
sbin
/
jscan
/
Makefile
blob
53688be0914fae34460f5c4b6fb36e4ce5c3b818
1
#
2
# $DragonFly: src/sbin/jscan/Makefile,v 1.4 2005/09/06 18:43:52 dillon Exp $
3
4
PROG
=
jscan
5
SRCS
=
jscan.c jfile.c jstream.c jsession.c subs.c \
6
dump_debug.c dump_mirror.c dump_record.c dump_output.c
7
MAN
=
jscan
.8
8
WARNS?
=
6
9
10
.
include
<
bsd.prog.mk
>