From daa80ec43ef836253840b2dcbea3e5afe05bda97 Mon Sep 17 00:00:00 2001 From: jnemeth Date: Sat, 11 Nov 2006 08:40:42 +0000 Subject: [PATCH] add another file to the VARSTACK list --- sys/conf/Makefile.kern.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/conf/Makefile.kern.inc b/sys/conf/Makefile.kern.inc index ac2af4165da3..52f9e69cb2c4 100644 --- a/sys/conf/Makefile.kern.inc +++ b/sys/conf/Makefile.kern.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.kern.inc,v 1.92 2006/11/11 02:12:53 christos Exp $ +# $NetBSD: Makefile.kern.inc,v 1.93 2006/11/11 08:40:42 jnemeth Exp $ # # This file contains common `MI' targets and definitions and it is included # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}. @@ -447,7 +447,7 @@ EXTRA_CLEAN+= .gdbinit # Their full name is noted as documentation. VARSTACK=dev/cgd.c kern/uipc_socket.c miscfs/genfs/genfs_vnops.c \ nfs/nfs_bio.c ufs/ufs/ufs_inode.c ufs/ufs/ufs_lookup.c uvm/uvm_bio.c \ - uvm/uvm_pager.c + uvm/uvm_pager.c dev/ic/aic7xxx.c .for __varstack in ${VARSTACK} COPTS.${__varstack:T} += -Wno-stack-protector