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

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