diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-03-02 16:06:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-03-02 16:06:15 +0000 |
commit | d44066ddd5a818849750ed327c0960c720802fab (patch) | |
tree | 4078029d7f4aa91209e16c173593a41d959ff8fa | |
parent | 15515d3a5428eddfe49b9f3d9c980d36813fc9dd (diff) |
also install the "maxiroot"
-rw-r--r-- | distrib/amd64/iso/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/amd64/iso/Makefile b/distrib/amd64/iso/Makefile index 9977a09c624..5578ec9d156 100644 --- a/distrib/amd64/iso/Makefile +++ b/distrib/amd64/iso/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2014/03/02 15:57:34 deraadt Exp $ +# $OpenBSD: Makefile,v 1.11 2014/03/02 16:06:14 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -95,7 +95,7 @@ ${CDROM}: ${BASE} ${XBASE} ${.OBJDIR}/cd-dir install: - cp ${CDROM} ${RELDIR}/ + cp ${CDROM} ${FS} ${RELDIR}/ clean cleandir: /bin/rm -f ${CDROM} ${FS} |