blob: f42cb5a48c778a0843adbe2c78517d15c542a8d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
BIN_TARGETS := \
rngseed \
s6-chroot \
s6-freeramdisk \
s6-hostname \
s6-logwatch \
s6-mount \
s6-pivotchroot \
s6-ps \
s6-swapoff \
s6-swapon \
s6-umount
LIBEXEC_TARGETS :=
|