diff options
-rw-r--r-- | sys/arch/vax/boot/boot/Makefile | 3 | ||||
-rw-r--r-- | sys/arch/vax/stand/boot/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/vax/boot/boot/Makefile b/sys/arch/vax/boot/boot/Makefile index f2eb28f90b7..4ecc83800ae 100644 --- a/sys/arch/vax/boot/boot/Makefile +++ b/sys/arch/vax/boot/boot/Makefile @@ -1,8 +1,7 @@ -# $OpenBSD: Makefile,v 1.1 2000/04/27 02:26:24 bjc Exp $ +# $OpenBSD: Makefile,v 1.2 2000/10/04 05:03:10 bjc Exp $ # $NetBSD: Makefile,v 1.4 1999/05/23 21:58:19 ragge Exp $ S!= cd ${.CURDIR}/../../../../; pwd -OBJ!=pwd NOMAN= 1 PROG= boot diff --git a/sys/arch/vax/stand/boot/Makefile b/sys/arch/vax/stand/boot/Makefile index f2eb28f90b7..4ecc83800ae 100644 --- a/sys/arch/vax/stand/boot/Makefile +++ b/sys/arch/vax/stand/boot/Makefile @@ -1,8 +1,7 @@ -# $OpenBSD: Makefile,v 1.1 2000/04/27 02:26:24 bjc Exp $ +# $OpenBSD: Makefile,v 1.2 2000/10/04 05:03:10 bjc Exp $ # $NetBSD: Makefile,v 1.4 1999/05/23 21:58:19 ragge Exp $ S!= cd ${.CURDIR}/../../../../; pwd -OBJ!=pwd NOMAN= 1 PROG= boot |