]> git.decadent.org.uk Git - nfs-utils.git/blob - utils/mountd/Makefile
2000-08-25 Ion Badulescu <ionut@cs.columbia.edu>
[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 -lmisc $(LIBBSD) $(LIBWRAP) $(LIBNSL)
10 MAN8    = mountd
11
12 include $(TOP)rules.mk