summaryrefslogtreecommitdiffstats
path: root/utils/showmount/Makefile
blob: c8aa34d5cb4f4fe890d2269b0261893a9e3bb657 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# dummy Makefile
#

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

include $(TOP)rules.mk