diff options
Diffstat (limited to 'sys/arch/mvme68k/stand/libbug/Makefile')
-rw-r--r-- | sys/arch/mvme68k/stand/libbug/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvme68k/stand/libbug/Makefile b/sys/arch/mvme68k/stand/libbug/Makefile index e3c23d04011..7a7bfcf411a 100644 --- a/sys/arch/mvme68k/stand/libbug/Makefile +++ b/sys/arch/mvme68k/stand/libbug/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.5 1996/05/16 02:25:39 chuck Exp $ +# $OpenBSD: Makefile,v 1.6 2012/08/21 14:46:19 pascal Exp $ LIB=bug NOPIC= NOPROFILE= +NOPIE= S=${.CURDIR}/../../../.. DIR_SA=$S/lib/libsa |