From: Ben Gras Date: Wed, 22 Feb 2012 00:51:19 +0000 (+0100) Subject: allow elvis to be invoked as ex X-Git-Tag: v3.2.0~6 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=47627954a010c18446c49594abaa2807edf12984;p=minix.git allow elvis to be invoked as ex --- diff --git a/commands/elvis/Makefile b/commands/elvis/Makefile index 5f0885aad..f7e94cf3a 100644 --- a/commands/elvis/Makefile +++ b/commands/elvis/Makefile @@ -29,6 +29,10 @@ BINDIR= /usr/bin LINKS+= ${BINDIR}/elvis ${BINDIR}/vi .endif +.if !exists(${BINDIR}/ex) +LINKS+= ${BINDIR}/elvis ${BINDIR}/ex +.endif + MAN.elvis= MAN.ctags= MAN.ref=