1# Makefile.am for man/man4/
2
3ATALK_MANS = atalk.4
4
5if USE_APPLETALK
6man_MANS = $(ATALK_MANS)
7endif
8
9EXTRA_DIST = $(ATALK_MANS)
10