diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2018-10-23 14:25:44 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2018-10-23 14:25:44 +0000 |
commit | 73dd6f1dda31c7df05324fc17d447e2f3e77f068 (patch) | |
tree | 956369983205b24a2a55aa7c4776688963fd37a4 /regress/usr.sbin/vmd | |
parent | d249e22e18b161d7a3b362ee7b987ed3cedc1005 (diff) |
Previous commit introduced typo in dependency. Create dummy file
before using it.
Diffstat (limited to 'regress/usr.sbin/vmd')
-rw-r--r-- | regress/usr.sbin/vmd/config/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.sbin/vmd/config/Makefile b/regress/usr.sbin/vmd/config/Makefile index 52508059c53..0f3b8ba8a74 100644 --- a/regress/usr.sbin/vmd/config/Makefile +++ b/regress/usr.sbin/vmd/config/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2018/10/22 16:45:24 bluhm Exp $ +# $OpenBSD: Makefile,v 1.8 2018/10/23 14:25:43 bluhm Exp $ VMD ?= /usr/sbin/vmd @@ -34,7 +34,7 @@ PATH_LONG = some/relativepath/somewhere/abcdefghijklmnopqrstuvwxyz0123456789/abc BOOT_PATH_LONG = ${PATH_LONG}/bsd.rd DISK_PATH_LONG = ${PATH_LONG}/bsd.img -vmd-fail-boot-path-too-long: ${BOOT_PATH_LONG} +vmd-fail-boot-name-too-long: ${BOOT_PATH_LONG} vmd-fail-disk-path-too-long: ${DISK_PATH_LONG} ${BOOT_PATH_LONG} ${DISK_PATH_LONG}: |