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