Project

General

Profile

Statistics
| Branch: | Revision:

root / prex-0.9.0 / conf / etc / files.mk @ 03e9c04a

History | View | Annotate | Download (1.65 KB)

1
#
2
# Files in /boot
3
#
4

    
5
ifeq ($(CONFIG_POSIX),y)
6

    
7
FILES+= 	$(SRCDIR)/usr/sbin/init/init
8
FILES+= 	$(SRCDIR)/conf/etc/rc
9
FILES+= 	$(SRCDIR)/conf/etc/fstab
10

    
11
ifeq ($(CONFIG_CMDBOX),y)
12
FILES+= 	$(SRCDIR)/usr/bin/cmdbox/cmdbox
13
endif
14

    
15
ifeq ($(CONFIG_CMD_KTRACE),y)
16
FILES+= 	$(SRCDIR)/usr/sbin/ktrace/ktrace
17
endif
18

    
19
ifeq ($(CONFIG_CMD_DISKUTIL),y)
20
FILES+= 	$(SRCDIR)/usr/sbin/diskutil/diskutil
21
endif
22

    
23
ifeq ($(CONFIG_CMD_INSTALL),y)
24
FILES+= 	$(SRCDIR)/usr/sbin/install/install
25
endif
26

    
27
ifeq ($(CONFIG_CMD_PMCTRL),y)
28
FILES+= 	$(SRCDIR)/usr/sbin/pmctrl/pmctrl
29
endif
30

    
31
ifeq ($(CONFIG_CMD_LOCK),y)
32
FILES+= 	$(SRCDIR)/usr/sbin/lock/lock
33
endif
34

    
35
ifeq ($(CONFIG_CMD_DEBUG),y)
36
FILES+= 	$(SRCDIR)/usr/sbin/debug/debug
37
endif
38

    
39
ifneq ($(_QUICK_),1)
40
ifneq ($(CONFIG_TINY),y)
41
FILES+=		$(SRCDIR)/usr/sample/hello/hello
42
FILES+=		$(SRCDIR)/usr/sample/tetris/tetris
43
endif
44
endif
45

    
46
#FILES+= 	$(SRCDIR)/usr/test/args/args
47
#FILES+= 	$(SRCDIR)/usr/test/attack/attack
48
#FILES+= 	$(SRCDIR)/usr/test/conf/conf
49
#FILES+= 	$(SRCDIR)/usr/test/creat/creat
50
#FILES+= 	$(SRCDIR)/usr/test/debug/debug
51
#FILES+= 	$(SRCDIR)/usr/test/dup/dup
52
#FILES+= 	$(SRCDIR)/usr/test/environ/environ
53
#FILES+= 	$(SRCDIR)/usr/test/fifo/fifo
54
#FILES+= 	$(SRCDIR)/usr/test/fork/fork
55
#FILES+= 	$(SRCDIR)/usr/test/forkbomb/forkbomb
56
#FILES+= 	$(SRCDIR)/usr/test/memleak/memleak
57
#FILES+= 	$(SRCDIR)/usr/test/mount/mount
58
#FILES+= 	$(SRCDIR)/usr/test/object/object
59
#FILES+= 	$(SRCDIR)/usr/test/pipe/pipe
60
#FILES+= 	$(SRCDIR)/usr/test/script/hello.sh
61
#FILES+= 	$(SRCDIR)/usr/test/signal/signal
62
#FILES+= 	$(SRCDIR)/usr/test/stack/stack
63
#FILES+= 	$(SRCDIR)/usr/test/stderr/stderr
64
#FILES+= 	$(SRCDIR)/usr/test/umount/umount
65

    
66
FILES+=		$(SRCDIR)/doc/LICENSE
67

    
68
endif	# !CONFIG_POSIX