summaryrefslogtreecommitdiffstats
path: root/utils/exportfs/Makefile
blob: 79163bc91a0096a8cabaac60c928612f4a34783e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# dummy Makefile
#

TOP	= ../../
PROGRAM	= exportfs
OBJS	= exportfs.o
LIBDEPS	= $(TOP)support/lib/libexport.a $(TOP)/support/lib/libnfs.a
LIBS	= -lexport -lnfs -lmisc
MAN8	= exportfs
MAN5	= exports
MAN7	= nfsd

include $(TOP)rules.mk