HAMMER VFS - Hack cursor iterator when unlocked cursor moved to parent
[dragonfly.git] / usr.bin / indent / Makefile
blob373b53aa741fada6479e2b3cf2d826533f59e9ca
1 # @(#)Makefile 8.1 (Berkeley) 6/6/93
2 # $DragonFly: src/usr.bin/indent/Makefile,v 1.2 2007/08/27 16:50:54 pavalos Exp $
4 PROG= indent
5 SRCS= indent.c io.c lexi.c parse.c pr_comment.c args.c
7 .include <bsd.prog.mk>