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