From d73d54912b38dd893acc75a215f67fa04706b03e Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 11 Mar 2005 15:41:00 +0000 Subject: never worry about the copyright date on the CD layout again, problem noticed by drahn --- distrib/cats/cdfs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distrib/cats/cdfs/Makefile') diff --git a/distrib/cats/cdfs/Makefile b/distrib/cats/cdfs/Makefile index ec27985c9e2..0882af94edd 100644 --- a/distrib/cats/cdfs/Makefile +++ b/distrib/cats/cdfs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2004/11/11 12:47:42 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2005/03/11 15:40:58 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -14,7 +14,7 @@ ${CDROM}: ln ${.OBJDIR}/cd-dir/bsd.rd ${.OBJDIR}/cd-dir/bsd (mkhybrid -a -R -v -v -T -L -d -D -N -o ${.OBJDIR}/${CDROM} \ -A "OpenBSD ${OSREV} cats 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 " \ -V "OpenBSD/cats ${OSREV} boot-only CD" \ ${.OBJDIR}/cd-dir 2>&1) | tee log -- cgit v1.2.3