summaryrefslogtreecommitdiff
path: root/tools/bsdbox/Makefile.textproc
blob: a913d46059750e528bf132784ba54fb7f6e66cbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# This builds a variety of text processing tools that
# may be useful on an embedded device.
#
# $FreeBSD$
#

# Sed
CRUNCH_PROGS_usr.bin+=	sed

# Awk
# Disable - it's big! -adrian
#CRUNCH_PROGS_usr.bin+=	awk
#CRUNCH_BUILDTOOLS+=	usr.bin/awk

# vi
# Disable - it's big! -adrian
#CRUNCH_PROGS_usr.bin+=	vi

CRUNCH_PROGS_usr.bin+=	ee