summaryrefslogtreecommitdiffstats
path: root/utils/exportfs/Makefile
diff options
context:
space:
mode:
authorhjl <hjl>1999-10-18 23:21:12 +0000
committerhjl <hjl>1999-10-18 23:21:12 +0000
commit8b7ad01b14df1e7529b9ba8a1ea17df0d6004ef9 (patch)
tree0904ef8554ed680fe3244fa618685e1fb7ea148b /utils/exportfs/Makefile
Initial revision
Diffstat (limited to 'utils/exportfs/Makefile')
-rw-r--r--utils/exportfs/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/utils/exportfs/Makefile b/utils/exportfs/Makefile
new file mode 100644
index 0000000..851a294
--- /dev/null
+++ b/utils/exportfs/Makefile
@@ -0,0 +1,13 @@
+#
+# dummy Makefile
+#
+
+PROGRAM = exportfs
+OBJS = exportfs.o
+LIBDEPS = $(TOP)support/lib/libexport.a $(TOP)/support/lib/libnfs.a
+LIBS = -lexport -lnfs
+MAN8 = exportfs
+MAN5 = exports
+
+include $(TOP)rules.mk
+