xref: /dragonfly/usr.bin/vi/vidump/Makefile (revision dbeb2594)
1#	$Id: Makefile,v 9.0 2012/10/19 15:13:11 zy Exp $
2# $FreeBSD: head/usr.bin/vi/catalog/Makefile 254244 2013-08-12 09:56:52Z peter $
3
4.PATH: ${.CURDIR}/../../../contrib/nvi2/catalog
5
6PROG=	vidump
7SRCS=	dump.c
8
9# vi dump is used in place, it is not installed anywhere
10install:
11
12.include <bsd.hostprog.mk>
13