add another file to the VARSTACK list

This commit is contained in:
jnemeth 2006-11-11 08:40:42 +00:00
parent e93069b387
commit daa80ec43e
1 changed files with 2 additions and 2 deletions

View File

@ -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