From 0428eb611133a1299acfba624a48b648e1cbf6e1 Mon Sep 17 00:00:00 2001
From: Valentin Rothberg <rothberg@redhat.com>
Date: Wed, 29 Jan 2020 17:18:02 +0100
Subject: [PATCH] Makefile: remove dead vagrant target

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
---
 Makefile | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/Makefile b/Makefile
index 8e44c22ccb..c56a65c519 100644
--- a/Makefile
+++ b/Makefile
@@ -108,8 +108,6 @@ endif
 
 GOMD2MAN ?= $(shell command -v go-md2man || echo '$(GOBIN)/go-md2man')
 
-BOX="fedora_atomic"
-
 CROSS_BUILD_TARGETS := \
 	bin/podman.cross.darwin.amd64 \
 	bin/podman.cross.linux.amd64
@@ -318,9 +316,6 @@ remotesystem:
 system.test-binary: .install.ginkgo
 	$(GO) test -c ./test/system
 
-vagrant-check:
-	BOX=$(BOX) sh ./vagrant.sh
-
 binaries: varlink_generate podman podman-remote ## Build podman
 
 install.catatonit: