8 lines
155 B
Text
8 lines
155 B
Text
|
## Process this file with automake to produce Makefile.in.
|
||
|
|
||
|
man_MANS = haveged.8 libhavege.3
|
||
|
|
||
|
EXTRA_DIST = $(man_MANS)
|
||
|
|
||
|
MAINTAINERCLEANFILES = Makefile.in
|