diff options
Diffstat (limited to 'sys/arch/i386/stand/etc')
-rw-r--r-- | sys/arch/i386/stand/etc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/i386/stand/etc/Makefile b/sys/arch/i386/stand/etc/Makefile index 444592b8477..e3bb5fe428c 100644 --- a/sys/arch/i386/stand/etc/Makefile +++ b/sys/arch/i386/stand/etc/Makefile @@ -1,10 +1,8 @@ -# $OpenBSD: Makefile,v 1.10 2012/08/21 14:46:18 pascal Exp $ +# $OpenBSD: Makefile,v 1.11 2012/08/29 22:23:08 pascal Exp $ S= ${.CURDIR}/../../../.. I386= ${.CURDIR}/../.. -NOPIE= - all depend:: assym.h assym.h: $S/kern/genassym.sh ${.CURDIR}/genassym.cf |