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/hppa/ramdisk | |
parent | f81b3886510944ef0690b1d6439cfa5d4235dbe5 (diff) |
never worry about the copyright date on the CD layout again, problem
noticed by drahn
Diffstat (limited to 'distrib/hppa/ramdisk')
-rw-r--r-- | distrib/hppa/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/hppa/ramdisk/Makefile b/distrib/hppa/ramdisk/Makefile index b71dcab87fd..3eb8b16fc16 100644 --- a/distrib/hppa/ramdisk/Makefile +++ b/distrib/hppa/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2004/03/11 22:16:50 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 2005/03/11 15:40:58 deraadt Exp $ CBIN= instbin ARCHDIR= ${.CURDIR}/.. @@ -52,7 +52,7 @@ ${CDROM}: bsd ${CDBOOT} mkdir ${.OBJDIR}/cd-dir cp bsd.rd ${.OBJDIR}/cd-dir/bsd.rd mkhybrid -A "OpenBSD ${OSREV} hppa 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/hppa ${OSREV} boot-only CD" \ -o ${.OBJDIR}/${CDROM} ${.OBJDIR}/cd-dir |