blob: 8aca55470b03d2901c9b3292768ca178e7baeea6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# Makefile for commands.
.include <bsd.own.mk>
SUBDIR= at backup \
cawf cdprobe \
cleantmp \
compress crc cron crontab \
DESCRIBE devmand devsize \
dhrystone \
eject \
fix format fsck.mfs \
gcov-pull \
ifdef \
intr isoread \
loadkeys loadramdisk look lp \
lpd lspci mail MAKEDEV \
minix-service mount mt netconf \
prep printroot \
profile progressbar \
ramdisk rawspeed readclock \
remsync \
rotate setup \
slip spell sprofalyze sprofdiff srccrc \
svrctl swifi synctree sysenv \
term termcap tget \
truncate umount \
update version vol \
writeisofs fetch \
zmodem pkgin_cd pkgin_all pkgin_sets \
worldstone updateboot update_asr update_bootcfg \
atnormalize dosread fdisk loadfont \
autopart part partition playwave \
recwave repartition screendump
.include <bsd.subdir.mk>
|