summaryrefslogtreecommitdiffstats
path: root/utils/exportfs/Makefile.am
blob: d0226fcafe79331a7d407bc3d1d3a0db3f9550b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Process this file with automake to produce Makefile.in

man5_MANS	= exports.man
man7_MANS	= nfsd.man
man8_MANS	= exportfs.man

EXTRA_DIST	= $(man5_MANS) $(man7_MANS) $(man8_MANS)
sbin_PROGRAMS	= exportfs
exportfs_SOURCES = exportfs.c
exportfs_LDADD = ../../support/export/libexport.a \
	       	 ../../support/nfs/libnfs.a \
		 ../../support/misc/libmisc.a \
		 $(LIBWRAP) $(LIBNSL)

MAINTAINERCLEANFILES = Makefile.in