8 lines
149 B
Makefile
8 lines
149 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
bin_SCRIPTS = fortune.pl iosock.pl tail.pl x11amp.pl
|
|
|
|
EXTRA_DIST = $(bin_SCRIPTS)
|
|
|
|
## EOF
|