1## Process this file with automake to produce Makefile.in
2
3pkgdata_DATA = \
4	dircproxyrc.sample
5
6EXTRA_DIST = \
7	$(pkgdata_DATA)
8