mirror of https://github.com/F-Stack/f-stack.git
6 lines
70 B
Makefile
6 lines
70 B
Makefile
|
TOPDIR?=${CURDIR}/../..
|
||
|
|
||
|
PROG=sysctl
|
||
|
|
||
|
include ${TOPDIR}/tools/prog.mk
|