ifeq "$(ROOTDIR)" ""
	export ROOTDIR=$(shell while true; do if [ -f BaseVar.mk ]; then pwd;exit; else cd ..;fi;done;)
endif

#EXTRA_CFLAGS=-I$(KERNEL_DIR)/include/ -I../msg -I../../include -I../../../include -I$(TMPDISTDIR)/include -I../syslog -Wall
#EXTRA_LDFLAGS=-lutil -lssap -L$(BUILDDIR)/apps/ssap/lib -L$(TMPDISTDIR)/lib -lscew -lexpat -lz
E_TARGET=getsmaps
obj-y= getsmaps.o
include $(ROOTDIR)/Rules.make
installme::
	$(Q)cp getsmaps $(FSROOT)/usr/bin/
	$(Q)$(STRIP) $(FSROOT)/usr/bin/getsmaps
