]> git.decadent.org.uk Git - nfs-utils.git/blob - utils/showmount/Makefile
* utils/showmount/showmount.c (main): Fix inet_ntoa() parameter.
[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