xref: /dragonfly/usr.bin/undo/Makefile (revision 335b9e93)
1#
2# $DragonFly: src/usr.bin/undo/Makefile,v 1.1 2008/06/01 02:03:10 dillon Exp $
3
4PROG=	undo
5
6CFLAGS+= -I${.CURDIR}/../../sys
7
8.include <bsd.prog.mk>
9