]> git.decadent.org.uk Git - nfs-utils.git/blob - utils/showmount/Makefile
Updated to nfs-utils 0.1.1.
[nfs-utils.git] / utils / showmount / Makefile
1 #
2 # dummy Makefile
3 #
4
5 PROGRAM = showmount
6 OBJS    = showmount.o
7 LIBDEPS = $(TOP)support/lib/libexport.a
8 LIBS    = -lexport
9 MAN8    = showmount
10
11 include $(TOP)rules.mk