diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-04 18:07:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-04 18:07:47 +0000 |
commit | d1e202cf3407b7e45110756ba4107df423b8f44d (patch) | |
tree | b4ef3972c76bdf856d1853990bafbe5502c77fe8 /distrib/i386 | |
parent | 41a8ebeb99224d29b4b149da86fd9cdfdcf82d0d (diff) |
remove extra -V
Diffstat (limited to 'distrib/i386')
-rw-r--r-- | distrib/i386/cdfs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/distrib/i386/cdfs/Makefile b/distrib/i386/cdfs/Makefile index fe9068e5bc5..8d00b4bb635 100644 --- a/distrib/i386/cdfs/Makefile +++ b/distrib/i386/cdfs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2003/03/04 09:28:19 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2003/03/04 18:07:46 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -17,8 +17,7 @@ ${CDROM}: -A "OpenBSD ${OSREV} i386 bootonly CD" \ -P "Copyright (c) 2003 Theo de Raadt, The OpenBSD project" \ -p "Theo de Raadt <deraadt@openbsd.org>" \ - -V "OpenBSD${OSREV} CD boot-only CD " \ - -V "OpenBSD3.3 CD 1 www.OpenBSD.org " \ + -V "OpenBSD${OSREV} CD boot-only CD " \ -b ${OSREV}/i386/${CDFS} -c ${OSREV}/i386/boot.catalog \ ${.OBJDIR}/cd-dir |