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