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