X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fexportfs%2FMakefile;h=79163bc91a0096a8cabaac60c928612f4a34783e;hp=851a294a33505e380c549b290aae52338be262ef;hb=078f5d46ad34f36cce257b3b8a970471a4b2b68b;hpb=8b7ad01b14df1e7529b9ba8a1ea17df0d6004ef9 diff --git a/utils/exportfs/Makefile b/utils/exportfs/Makefile index 851a294..79163bc 100644 --- a/utils/exportfs/Makefile +++ b/utils/exportfs/Makefile @@ -2,12 +2,14 @@ # dummy Makefile # +TOP = ../../ PROGRAM = exportfs OBJS = exportfs.o LIBDEPS = $(TOP)support/lib/libexport.a $(TOP)/support/lib/libnfs.a -LIBS = -lexport -lnfs +LIBS = -lexport -lnfs -lmisc MAN8 = exportfs MAN5 = exports +MAN7 = nfsd include $(TOP)rules.mk