]> git.decadent.org.uk Git - nfs-utils.git/blob - utils/mountd/Makefile
Added TOP, as needed, for easier compile in subdirectories
[nfs-utils.git] / utils / mountd / Makefile
1 #
2 # Makefile for rpc.mountd
3 #
4
5 TOP     = ../../
6 PROGRAM = mountd
7 PREFIX  = rpc.
8 OBJS    = mountd.o mount_dispatch.o auth.o rmtab.o cache.o svc_run.o
9 LIBDEPS = $(TOP)support/lib/libexport.a $(TOP)/support/lib/libnfs.a
10 LIBS    = -lexport -lnfs -lmisc $(LIBBSD) $(LIBWRAP) $(LIBNSL)
11 MAN8    = mountd
12
13 include $(TOP)rules.mk