diff options
Diffstat (limited to 'sys/arch/armv7/Makefile')
-rw-r--r-- | sys/arch/armv7/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/armv7/Makefile b/sys/arch/armv7/Makefile index 87b1e547b33..749b3d6025e 100644 --- a/sys/arch/armv7/Makefile +++ b/sys/arch/armv7/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2016/05/31 18:37:03 tedu Exp $ +# $OpenBSD: Makefile,v 1.5 2016/10/14 18:42:58 deraadt Exp $ S= ${.CURDIR}/../.. KFILE= GENERIC @@ -11,7 +11,7 @@ TAGS= ${.CURDIR}/tags NOPROG= NOMAN= NOOBJ= -SUBDIR= stand +SUBDIR= stand compile # config the fattest kernel we can find into a temporary dir # to create a Makefile. Then use make to pull some variables |