Rework and expand the algorithms in JSCAN, part 1/2. Implement a new
[dragonfly.git] / sbin / jscan / Makefile
1 #
2 # $DragonFly: src/sbin/jscan/Makefile,v 1.3 2005/09/06 06:42:44 dillon Exp $
3
4 PROG=   jscan
5 SRCS=   jscan.c jfile.c jstream.c subs.c dump_debug.c dump_mirror.c \
6         dump_record.c dump_output.c
7 MAN=    jscan.8
8 WARNS?= 6
9
10 .include <bsd.prog.mk>