nvi: Convert catalog creation to use hostprog.
[dragonfly.git] / usr.bin / vi / vidump / Makefile
blobf32c83cace059c9c451a8c1800177a72346fb207
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 $
4 .PATH: ${.CURDIR}/../../../contrib/nvi2/catalog
6 PROG= vidump
7 SRCS= dump.c
9 # vi dump is used in place, it is not installed anywhere
10 install:
12 .include <bsd.hostprog.mk>