summaryrefslogtreecommitdiffstats
path: root/utils/lockd/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/lockd/Makefile
downloadnfs-utils-8b7ad01b14df1e7529b9ba8a1ea17df0d6004ef9.tar.gz
nfs-utils-8b7ad01b14df1e7529b9ba8a1ea17df0d6004ef9.tar.xz
nfs-utils-8b7ad01b14df1e7529b9ba8a1ea17df0d6004ef9.zip
Initial revision
Diffstat (limited to 'utils/lockd/Makefile')
-rw-r--r--utils/lockd/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/utils/lockd/Makefile b/utils/lockd/Makefile
new file mode 100644
index 0000000..557eebe
--- /dev/null
+++ b/utils/lockd/Makefile
@@ -0,0 +1,12 @@
+#
+# Makefile for lockd
+#
+
+PROGRAM = lockd
+PREFIX = rpc.
+OBJS = lockd.o
+DEPLIBS = $(TOP)support/lib/libfs.a
+LIBS = -lnfs
+#MAN8 = lockd
+
+include $(TOP)rules.mk