diff options
author | Warner Losh <imp@FreeBSD.org> | 2014-04-24 23:17:40 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2014-04-24 23:17:40 +0000 |
commit | d6d1ee211af13dc90f5084666e542a54239df6fc (patch) | |
tree | cb06b202d64ee9cec55e9277fb43418eaa2f3161 /usr.bin | |
parent | f6092768b1d0989ed25e19af6a7e416a43b69581 (diff) | |
download | src-d6d1ee211af13dc90f5084666e542a54239df6fc.tar.gz src-d6d1ee211af13dc90f5084666e542a54239df6fc.zip |
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 7403aa545af8..ef9381b27107 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -182,7 +182,6 @@ SUBDIR= alias \ unvis \ uudecode \ uuencode \ - vi \ vis \ vmstat \ w \ @@ -361,6 +360,10 @@ SUBDIR+= xstr SUBDIR+= yacc .endif +.if ${MK_VI} != "no" +SUBDIR+= vi +.endif + .if ${MK_USB} != "no" SUBDIR+= usbhidaction SUBDIR+= usbhidctl |