]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/bsdbox/Makefile.textproc
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / tools / bsdbox / Makefile.textproc
1 #
2 # This builds a variety of text processing tools that
3 # may be useful on an embedded device.
4 #
5 # $FreeBSD$
6 #
7
8 # Sed
9 CRUNCH_PROGS_usr.bin+=  sed
10
11 # Awk
12 # Disable - it's big! -adrian
13 #CRUNCH_PROGS_usr.bin+= awk
14 #CRUNCH_BUILDTOOLS+=    usr.bin/awk
15
16 # vi
17 # Disable - it's big! -adrian
18 #CRUNCH_PROGS_usr.bin+= vi
19
20 CRUNCH_PROGS_usr.bin+=  ee