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