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:
6
Makefile.solaris
Normal file
6
Makefile.solaris
Normal file
@@ -0,0 +1,6 @@
|
||||
#solaris specific settings
|
||||
|
||||
# on SunOS default to gnu utilities for things like grep, sed, etc.
|
||||
export PATH := /usr/gnu/bin:$(PATH)
|
||||
|
||||
COMMANDS += containerd-shim
|
||||
Reference in New Issue
Block a user