Blame | Last modification | View Log | RSS feed
#
# Auto Makefile
#
ifndef BASE
BASE=../..
endif
include $(BASE)/config/config.mk
PROGS= auto
include $(BASE)/config/example.mk
auto:
make -f $(SUBMAKE) APP=auto INIT= OTHEROBJS="initfil1.o keyb.o info.o man.o"