Breaking Makefile into platform specific files
Fixed #1270 Signed-off-by: Kunal Kushwaha <kushwaha_kunal_v7@lab.ntt.co.jp>
This commit is contained in:
5
Makefile.freebsd
Normal file
5
Makefile.freebsd
Normal file
@@ -0,0 +1,5 @@
|
||||
#freebsd specific settings
|
||||
COMMANDS += containerd-shim
|
||||
|
||||
# supports go test -race
|
||||
TESTFLAGS_RACE= -race
|
||||
Reference in New Issue
Block a user