X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fexportfs%2FMakefile;h=aa77540318b165b4e2352040f33ed16c592f5801;hp=851a294a33505e380c549b290aae52338be262ef;hb=1ec2b86efd8ddb68100ff557086481367aadc4fa;hpb=8b7ad01b14df1e7529b9ba8a1ea17df0d6004ef9 diff --git a/utils/exportfs/Makefile b/utils/exportfs/Makefile index 851a294..aa77540 100644 --- a/utils/exportfs/Makefile +++ b/utils/exportfs/Makefile @@ -5,9 +5,10 @@ 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