diff options
Diffstat (limited to 'sys/arch/pmax/conf/Makefile.pmax')
-rw-r--r-- | sys/arch/pmax/conf/Makefile.pmax | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/pmax/conf/Makefile.pmax b/sys/arch/pmax/conf/Makefile.pmax index ab80ee3a362..9e19330aedc 100644 --- a/sys/arch/pmax/conf/Makefile.pmax +++ b/sys/arch/pmax/conf/Makefile.pmax @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.pmax,v 1.18 1995/12/17 09:09:42 jonathan Exp $ +# $NetBSD: Makefile.pmax,v 1.19 1996/01/14 21:06:54 thorpej Exp $ # @(#)Makefile.pmax 8.2 (Berkeley) 2/16/94 # @@ -122,7 +122,7 @@ newvers: clean:: rm -f eddep *vmunix vmunix.gdb tags *.o locore.i [a-z]*.s \ - Errs errs linterrs makelinks genassym + vnode_if.[ch] Errs errs linterrs makelinks genassym lint: /tmp param.c @lint -hbxn -DGENERIC -Dvolatile= ${COPTS} ${PARAM} -UKGDB \ |