summaryrefslogtreecommitdiffstats
path: root/usr.bin/vi/Makefile
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-08-09 07:03:11 +0000
committerdd <dd@FreeBSD.org>2001-08-09 07:03:11 +0000
commitb7554d2a1fb3532a5e47aeeb474f0258989a2bb3 (patch)
treeb935a8764cfd80980408e02d4694ed4ba2609c45 /usr.bin/vi/Makefile
parenta563cdb5be3b49230df8e072710a5ac6dbe7edd8 (diff)
downloadFreeBSD-src-b7554d2a1fb3532a5e47aeeb474f0258989a2bb3.zip
FreeBSD-src-b7554d2a1fb3532a5e47aeeb474f0258989a2bb3.tar.gz
Style fix: use .else where appropriate.
PR: 29489 Submitted by: Joseph Mallett <jmallett@xMach.org>
Diffstat (limited to 'usr.bin/vi/Makefile')
-rw-r--r--usr.bin/vi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile
index e035ec8..cdf79bf 100644
--- a/usr.bin/vi/Makefile
+++ b/usr.bin/vi/Makefile
@@ -66,9 +66,9 @@ CFLAGS+=-I${.CURDIR} -I${SRCDIR} -I${SRCDIR}/include
.if !defined(TKNVI)
DPADD+= ${LIBNCURSES}
LDADD+= -lncurses
-.endif
-.if defined(TKNVI)
+.else
+
.PATH: ${SRCDIR}/tk
LDADD+= -L/usr/local/lib -L/usr/X11R6/lib -ltk41 -lX11
CFLAGS+= -I/usr/local/include -I/usr/X11R6/include
OpenPOWER on IntegriCloud