]> git.decadent.org.uk Git - nfs-utils.git/blob - utils/exportfs/Makefile
79163bc91a0096a8cabaac60c928612f4a34783e
[nfs-utils.git] / utils / exportfs / Makefile
1 #
2 # dummy Makefile
3 #
4
5 TOP     = ../../
6 PROGRAM = exportfs
7 OBJS    = exportfs.o
8 LIBDEPS = $(TOP)support/lib/libexport.a $(TOP)/support/lib/libnfs.a
9 LIBS    = -lexport -lnfs -lmisc
10 MAN8    = exportfs
11 MAN5    = exports
12 MAN7    = nfsd
13
14 include $(TOP)rules.mk
15