Remove excess .else

MFC after:	1 week
Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2015-10-15 18:53:26 +00:00
parent 632b5263c5
commit dcbf2188c1

View File

@ -184,7 +184,6 @@ ${DFILE.html}: ${SRCS}
.else # unroff(1) requires a macro package as an argument .else # unroff(1) requires a macro package as an argument
cd ${SRCDIR}; ${UNROFF} -ms ${UNROFFFLAGS} \ cd ${SRCDIR}; ${UNROFF} -ms ${UNROFFFLAGS} \
document=${DOC} ${SRCS} document=${DOC} ${SRCS}
.else
.endif .endif
.endif .endif
.endfor .endfor