summaryrefslogtreecommitdiff
path: root/distrib/amd64
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-03-11 15:41:00 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-03-11 15:41:00 +0000
commitd73d54912b38dd893acc75a215f67fa04706b03e (patch)
tree7d1b3d065858d48552aed8c3a38ed1c49967acbd /distrib/amd64
parentf81b3886510944ef0690b1d6439cfa5d4235dbe5 (diff)
never worry about the copyright date on the CD layout again, problem
noticed by drahn
Diffstat (limited to 'distrib/amd64')
-rw-r--r--distrib/amd64/cdfs-emu/Makefile4
-rw-r--r--distrib/amd64/cdfs/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/distrib/amd64/cdfs-emu/Makefile b/distrib/amd64/cdfs-emu/Makefile
index f68f0bcbb7b..10fadbe6e28 100644
--- a/distrib/amd64/cdfs-emu/Makefile
+++ b/distrib/amd64/cdfs-emu/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2004/08/23 06:55:25 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 2005/03/11 15:40:58 deraadt Exp $
TOP= ${.CURDIR}/..
@@ -15,7 +15,7 @@ ${CDROM}:
cp ${.OBJDIR}/../ramdisk_cd/${CDFS} ${.OBJDIR}/cd-dir/${OSREV}/amd64
mkhybrid -a -R -T -L -d -D -N -o ${.OBJDIR}/${CDROM} -v -v \
-A "OpenBSD ${OSREV} amd64 bootonly CD" \
- -P "Copyright (c) 2004 Theo de Raadt, The OpenBSD project" \
+ -P "Copyright (c) `date +%Y` Theo de Raadt, The OpenBSD project" \
-p "Theo de Raadt <deraadt@openbsd.org>" \
-V "OpenBSD/amd64 ${OSREV} boot-only CD" \
-b ${OSREV}/amd64/${CDFS} -c ${OSREV}/amd64/boot.catalog \
diff --git a/distrib/amd64/cdfs/Makefile b/distrib/amd64/cdfs/Makefile
index 1a3370fc014..f3b47380b95 100644
--- a/distrib/amd64/cdfs/Makefile
+++ b/distrib/amd64/cdfs/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2004/08/24 20:37:15 deraadt Exp $
+# $OpenBSD: Makefile,v 1.5 2005/03/11 15:40:58 deraadt Exp $
TOP= ${.CURDIR}/..
@@ -19,7 +19,7 @@ ${CDROM}:
cp ${DESTDIR}/usr/mdec/cdboot ${.OBJDIR}/cd-dir/${OSREV}/amd64/cdboot
mkhybrid -a -R -T -L -l -d -D -N -o ${.OBJDIR}/${CDROM} -v -v \
-A "OpenBSD ${OSREV} amd64 bootonly CD" \
- -P "Copyright (c) 2004 Theo de Raadt, The OpenBSD project" \
+ -P "Copyright (c) `date +%Y` Theo de Raadt, The OpenBSD project" \
-p "Theo de Raadt <deraadt@openbsd.org>" \
-V "OpenBSD/amd64 ${OSREV} boot-only CD" \
-b ${OSREV}/amd64/cdbr -c ${OSREV}/amd64/boot.catalog \