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