blob: b0a3e1f9fe1a87d5ec8154756cf1349d0617ce6a (
plain)
1
2
3
4
5
6
7
8
9
|
## Process this file with automake to produce Makefile.in
man8_MANS = rpcdebug.man
EXTRA_DIST = $(man8_MANS)
sbin_PROGRAMS = rpcdebug
rpcdebug_SOURCES = rpcdebug.c
MAINTAINERCLEANFILES = Makefile.in
|