summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 2ad3d26abbfdd5c500fb98425ef4d4032ff6d55e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
AUTOMAKE_OPTIONS = foreign

SUBDIRS = po4a

bin_PROGRAMS = run-parts tempfile ischroot
run_parts_SOURCES = run-parts.c
tempfile_SOURCES = tempfile.c
ischroot_SOURCES = ischroot.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 ischroot.1