Makefile: remove dead vagrant target

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
Valentin Rothberg
2020-01-29 17:18:02 +01:00
parent 5aadd45f7c
commit 0428eb6111

View File

@ -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: