]> git.decadent.org.uk Git - nfs-utils.git/blob - utils/mountd/Makefile
93529a0826bf87e0cc156be984d6e06f341568a2
[nfs-utils.git] / utils / mountd / Makefile
1 #
2 # Makefile for rpc.mountd
3 #
4
5 PROGRAM = mountd
6 PREFIX  = rpc.
7 OBJS    = mountd.o mount_dispatch.o auth.o rmtab.o
8 LIBDEPS = $(TOP)support/lib/libexport.a $(TOP)/support/lib/libnfs.a
9 LIBS    = -lexport -lnfs
10 MAN8    = mountd
11
12 include $(TOP)rules.mk