Download this file
1 2 3 4 5 6 7
# Start of options section UNAME?= /usr/bin/uname # Get the architecture .if !defined(ARCH) ARCH!= ${UNAME} -p .endif