diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2011-04-18 16:52:13 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2011-04-18 16:52:13 +0000 |
commit | 4514e243d14cd40603dffb605323e3402ec21b23 (patch) | |
tree | d4b13011d6019799589fc50473b797e4aa5e0b3d /distrib/hppa/iso | |
parent | af2f7b02e557188dfe5a424132f1b18dcd36c6fd (diff) |
Deprecate vnds in favour of svnds.
In effect, this removes the "old" vndX nodes, and renames
the svndX nodes to vndX.
Old svndX nodes will still continue to work though, for now.
Cleanup accordingly.
ok deraadt@, todd@
comments and ok on the man page bits from jmc@
Diffstat (limited to 'distrib/hppa/iso')
-rw-r--r-- | distrib/hppa/iso/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/hppa/iso/Makefile b/distrib/hppa/iso/Makefile index bd39b3bdb0f..14a7f33a2ee 100644 --- a/distrib/hppa/iso/Makefile +++ b/distrib/hppa/iso/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2011/02/17 20:24:11 jasper Exp $ +# $OpenBSD: Makefile,v 1.9 2011/04/18 16:52:09 thib Exp $ TOP= ${.CURDIR}/.. @@ -51,7 +51,7 @@ clean cleandir: /bin/rm -rf cd-dir ${CDROM} unconfig: - -vnconfig -u svnd0 + -vnconfig -u vnd0 .include <bsd.obj.mk> .include <bsd.subdir.mk> |