work around bob
This commit is contained in:
parent
4585466759
commit
3193fed1a9
@ -1,6 +1,6 @@
|
||||
#-*- mode: Makefile; tab-width: 4; -*-
|
||||
# ex:ts=4 sw=4 filetype=make:
|
||||
# $OpenBSD: bsd.port.mk,v 1.1221 2013/04/01 13:11:34 espie Exp $
|
||||
# $OpenBSD: bsd.port.mk,v 1.1222 2013/04/08 16:45:06 espie Exp $
|
||||
#
|
||||
# bsd.port.mk - 940820 Jordan K. Hubbard.
|
||||
# This file is in the public domain.
|
||||
@ -51,6 +51,10 @@ ERRORS += "Fatal: inclusion of bsd.port.mk from $f"
|
||||
. endif
|
||||
.endfor
|
||||
|
||||
.if !defined(PIE_ARCH)
|
||||
PIE_ARCH = alpha amd64 hppa mips64 mips64el sh sparc64
|
||||
.endif
|
||||
|
||||
_BSD_PORT_MK = Done
|
||||
|
||||
# The definitive source of documentation to this file's user-visible parts
|
||||
|
Loading…
Reference in New Issue
Block a user