world: Mark all build-tools.
[dragonfly.git] / usr.bin / vi / vidump / Makefile
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
6 PROG=   vidump
7 SRCS=   dump.c
8
9 build-tools: vidump.nx
10
11 # vi dump is used in place, it is not installed anywhere
12 install:
13
14 .include <bsd.hostprog.mk>