X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fexportfs%2FMakefile;fp=utils%2Fexportfs%2FMakefile;h=0000000000000000000000000000000000000000;hp=79163bc91a0096a8cabaac60c928612f4a34783e;hb=bdbc60fa30f8aaaf61f4958c84d0ff3ca85c6149;hpb=83b193255274fdb03a78d7f61ffe8a5b816d1a2b diff --git a/utils/exportfs/Makefile b/utils/exportfs/Makefile deleted file mode 100644 index 79163bc..0000000 --- a/utils/exportfs/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# -# dummy Makefile -# - -TOP = ../../ -PROGRAM = exportfs -OBJS = exportfs.o -LIBDEPS = $(TOP)support/lib/libexport.a $(TOP)/support/lib/libnfs.a -LIBS = -lexport -lnfs -lmisc -MAN8 = exportfs -MAN5 = exports -MAN7 = nfsd - -include $(TOP)rules.mk -