From fdbd9c7afd4768c2fbbb9bae5cc27e06a35c55cc Mon Sep 17 00:00:00 2001 From: thorpej Date: Thu, 11 Apr 2002 23:35:43 +0000 Subject: [PATCH] NOMAN needs to be defined *before* pulling in . --- .../evbarm/gzboot/gzboot_IQ80310_flash_0x00080000/Makefile | 4 +++- .../evbarm/gzboot/gzboot_IQ80321_flash_0xf0080000/Makefile | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/distrib/evbarm/gzboot/gzboot_IQ80310_flash_0x00080000/Makefile b/distrib/evbarm/gzboot/gzboot_IQ80310_flash_0x00080000/Makefile index 81e2aac044b3..cb351ec43598 100644 --- a/distrib/evbarm/gzboot/gzboot_IQ80310_flash_0x00080000/Makefile +++ b/distrib/evbarm/gzboot/gzboot_IQ80310_flash_0x00080000/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2002/04/11 12:19:42 lukem Exp $ +# $NetBSD: Makefile,v 1.3 2002/04/11 23:35:43 thorpej Exp $ + +NOMAN= # defined .include .include "${_SRC_TOP_}/distrib/Makefile.inc" diff --git a/distrib/evbarm/gzboot/gzboot_IQ80321_flash_0xf0080000/Makefile b/distrib/evbarm/gzboot/gzboot_IQ80321_flash_0xf0080000/Makefile index fc20c6b2fb64..10b0336f066f 100644 --- a/distrib/evbarm/gzboot/gzboot_IQ80321_flash_0xf0080000/Makefile +++ b/distrib/evbarm/gzboot/gzboot_IQ80321_flash_0xf0080000/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2002/04/11 12:19:43 lukem Exp $ +# $NetBSD: Makefile,v 1.3 2002/04/11 23:35:44 thorpej Exp $ + +NOMAN= # defined .include .include "${_SRC_TOP_}/distrib/Makefile.inc"