github.com/containers/libpod@v1.9.4-0.20220419124438-4284fd425507/cmd/podmanV2/Makefile (about) 1 all: podman podman-remote 2 3 podman: 4 CGO_ENABLED=1 GO111MODULE=off go build -tags 'ABISupport systemd varlink seccomp' 5 6 podman-remote: 7 CGO_ENABLED=1 GO111MODULE=off go build -tags '!ABISupport systemd seccomp' -o podmanV2-remote 8 9 clean: 10 rm podmanV2 podmanV2-remote