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
libpam: Reorganize libpam build structure.
[dragonfly.git]
/
sbin
/
jscan
/
Makefile
blob
057aefaf0cae1aaf18feb252efc44dc2ce5089f3
1
#
2
# $DragonFly: src/sbin/jscan/Makefile,v 1.5 2006/10/17 00:55:41 pavalos 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
NO_STRICT_ALIASING
=
9
10
.
include
<
bsd.prog.mk
>