Fix quoting yet again; reformat.

This commit is contained in:
cjs 1997-05-30 15:11:03 +00:00
parent 47dba1e5a2
commit ab09e2a45e

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.own.mk,v 1.47 1997/05/30 05:50:16 cjs Exp $
# $NetBSD: bsd.own.mk,v 1.48 1997/05/30 15:11:03 cjs Exp $
# This file may be included multiple times without harm.
@ -79,7 +79,13 @@ BUILDDIR= ${DESTDIR}
# a bit of a hack; we should possibly generalise object directories so that
# they can be used outside the BSD tree.
.if defined(BSDSRCDIR)
insrcdir != x=${.CURDIR}; if [ \"$${x\#${BSDSRCDIR}}\" = $$x ]; then echo no; else echo yes; fi
insrcdir != \
x=${.CURDIR}; \
if [ \"$${x\#${BSDSRCDIR}}\" = \"$$x\" ]; then \
echo no; \
else \
echo yes; \
fi
.if ${insrcdir} == "no"
.undef OBJDIR
.endif # ${insrcdir}