X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=utils%2Fexportfs%2FMakefile;h=79163bc91a0096a8cabaac60c928612f4a34783e;hb=ac5b03be829b4c9369ebfb07a688308721103228;hp=851a294a33505e380c549b290aae52338be262ef;hpb=8b7ad01b14df1e7529b9ba8a1ea17df0d6004ef9;p=nfs-utils.git 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