Merge from vendor branch NCURSES:
[dragonfly.git] / sbin / jscan / Makefile
1 #
2 # $DragonFly: src/sbin/jscan/Makefile,v 1.2 2005/07/05 00:26:03 dillon Exp $
3
4 PROG=   jscan
5 SRCS=   jscan.c jfile.c jstream.c subs.c dump_debug.c dump_mirror.c
6 MAN=    jscan.8
7 WARNS?= 6
8
9 .include <bsd.prog.mk>