diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-03-11 15:41:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-03-11 15:41:00 +0000 |
commit | d73d54912b38dd893acc75a215f67fa04706b03e (patch) | |
tree | 7d1b3d065858d48552aed8c3a38ed1c49967acbd /distrib/cats/cdfs/Makefile | |
parent | f81b3886510944ef0690b1d6439cfa5d4235dbe5 (diff) |
never worry about the copyright date on the CD layout again, problem
noticed by drahn
Diffstat (limited to 'distrib/cats/cdfs/Makefile')
-rw-r--r-- | distrib/cats/cdfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <deraadt@openbsd.org>" \ -V "OpenBSD/cats ${OSREV} boot-only CD" \ ${.OBJDIR}/cd-dir 2>&1) | tee log |