]> git.decadent.org.uk Git - nfs-utils.git/blob - utils/lockd/Makefile
Install new man page.
[nfs-utils.git] / utils / lockd / Makefile
1 #
2 # Makefile for lockd
3 #
4
5 PROGRAM = lockd
6 PREFIX  = rpc.
7 OBJS    = lockd.o
8 DEPLIBS = $(TOP)support/lib/libfs.a
9 LIBS    = -lnfs
10 MAN8    = lockd
11
12 include $(TOP)rules.mk