#
# dummy Makefile
#

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

include $(TOP)rules.mk
