diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-12 08:20:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-12 08:20:42 +0000 |
commit | 236da5677a53227c6dc184858a2be53b81172be7 (patch) | |
tree | 385c682161e720b25661ef31e2aabeba47d61b4f /sys/arch/vax/conf/Makefile.vax | |
parent | 6b4b1e72e45a98113890e3f1772545351866c016 (diff) |
sync to 0611
Diffstat (limited to 'sys/arch/vax/conf/Makefile.vax')
-rw-r--r-- | sys/arch/vax/conf/Makefile.vax | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/arch/vax/conf/Makefile.vax b/sys/arch/vax/conf/Makefile.vax index 72e75036bef..4d8b0eff776 100644 --- a/sys/arch/vax/conf/Makefile.vax +++ b/sys/arch/vax/conf/Makefile.vax @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile.vax,v 1.3 1996/05/03 09:09:08 mickey Exp $ -# $NetBSD: Makefile.vax,v 1.20 1996/02/29 20:57:46 cgd Exp $ +# $Bsd: Makefile.vax,v 1.21 1996/05/11 16:13:17 mycroft Exp $ -# Makefile for OpenBSD +# Makefile for Bsd # # This makefile is constructed from a machine description: # config machineid @@ -139,7 +138,7 @@ links: SRCS= ${VAX}/vax/intvec.s ${VAX}/vax/subr.s lim.c \ param.c ioconf.c ${CFILES} ${SFILES} -depend: .depend +depend:: .depend .depend: ${SRCS} param.c mkdep ${AFLAGS} ${CPPFLAGS} ${VAX}/vax/intvec.s ${VAX}/vax/subr.s mkdep -a ${CFLAGS} ${CPPFLAGS} lim.c |