blob: e1643fc41cf4ffa8da9edd950c03c58d7a059b90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
AUTOMAKE_OPTIONS = foreign
SUBDIRS = po4a
bin_PROGRAMS = run-parts tempfile
run_parts_SOURCES = run-parts.c
tempfile_SOURCES = tempfile.c
bin_SCRIPTS = which savelog sensible-browser sensible-editor \
sensible-pager
sbin_SCRIPTS = installkernel mkboot add-shell remove-shell
man_MANS = run-parts.8 tempfile.1 \
installkernel.8 mkboot.8 savelog.8 sensible-editor.1 \
tempfile.1 which.1 add-shell.8 remove-shell.8
|