diff options
author | Brandon Creighton <bjc@cvs.openbsd.org> | 2000-10-04 05:03:11 +0000 |
---|---|---|
committer | Brandon Creighton <bjc@cvs.openbsd.org> | 2000-10-04 05:03:11 +0000 |
commit | 6a0bb53974f2e2d9bb43198d4c0821e94a9e2f40 (patch) | |
tree | b86e08a2cb3c4c3b74a1c843d54138909fab43d0 /sys/arch/vax/boot | |
parent | 7bb74ebdd968704ecd9dfb4a38fd1c025314cafa (diff) |
nothing uses this variable
Diffstat (limited to 'sys/arch/vax/boot')
-rw-r--r-- | sys/arch/vax/boot/boot/Makefile | 3 |
1 files changed, 1 insertions, 2 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 |