mirror of
https://github.com/samhocevar/rinetd.git
synced 2026-08-19 12:53:29 +08:00
16 lines
288 B
Makefile
16 lines
288 B
Makefile
|
||
AUTOMAKE_OPTIONS = foreign dist-bzip2
|
||
|
||
SUBDIRS = src
|
||
|
||
EXTRA_DIST = bootstrap COPYING CHANGES.md README.md index.html \
|
||
$(man_MANS) $(sysconf_DATA)
|
||
|
||
man_MANS = rinetd.8
|
||
sysconf_DATA = rinetd.conf
|
||
noinst_DATA = index.html
|
||
|
||
# This is for Travis CI; we don’t have a testsuite yet.
|
||
test:
|
||
|