1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
TOP=../.. include $(TOP)/mk/boilerplate.mk C_SRCS=unlit.c C_PROG=unlit SRC_CC_OPTS += -O # Get it over with! boot :: all # # Install unlit in lib/ # INSTALL_LIBEXECS += $(C_PROG) include $(TOP)/mk/target.mk