#
# dummy Makefile
#
#-----------------------------------------------------
TOPDIR  :=  $(shell /bin/pwd)
TOPDIR  :=  $(TOPDIR)/../../..

include $(TOPDIR)/prerules.mk
#-----------------------------------------------------
PROGRAM	= showmount
OBJS	= showmount.o
LIBDEPS	= $(TOP)support/lib/libexport.a
LIBS	= -lexport
MAN8	= showmount

include $(TOP)rules.mk
