oops, add missing quotes
This commit is contained in:
parent
d4c81d9c0f
commit
6deb3cf346
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.57 1997/03/29 21:00:40 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.58 1997/03/29 21:01:36 thorpej Exp $
|
||||
# @(#)Makefile 8.2 (Berkeley) 2/3/94
|
||||
#
|
||||
# All library objects contain sccsid strings by default; they may be
|
||||
|
@ -38,7 +38,7 @@ LLIBS=
|
|||
.include "${.CURDIR}/md/Makefile.inc"
|
||||
.include "${.CURDIR}/net/Makefile.inc"
|
||||
.include "${.CURDIR}/nls/Makefile.inc"
|
||||
.if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != powerpc)
|
||||
.if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "powerpc")
|
||||
.include "${.CURDIR}/quad/Makefile.inc"
|
||||
.endif
|
||||
.include "${.CURDIR}/regex/Makefile.inc"
|
||||
|
|
Loading…
Reference in New Issue