diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-23 06:55:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-23 06:55:26 +0000 |
commit | 1a45c09473321ffdafbc0fbc2b20adbbf4cb677f (patch) | |
tree | 52d8f236c7b64d61bd57ef868c0215a6959dafac /distrib | |
parent | b93b6ff1e040260a279f266c37ebd8740d78ab7f (diff) |
name output different, in case this is used
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/amd64/cdfs-emu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/amd64/cdfs-emu/Makefile b/distrib/amd64/cdfs-emu/Makefile index d2a892f4d6a..f68f0bcbb7b 100644 --- a/distrib/amd64/cdfs-emu/Makefile +++ b/distrib/amd64/cdfs-emu/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.1 2004/08/23 04:47:12 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2004/08/23 06:55:25 deraadt Exp $ TOP= ${.CURDIR}/.. .include "${TOP}/Makefile.inc" CDFS= cdrom${REV}.fs -CDROM= cd${REV}.iso +CDROM= cdemu${REV}.iso all: ${CDROM} |