blob: 4124fd7c36c4fd9cdf5125cdd700c74c13638f3c (
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
37
38
39
40
41
42
43
44
45
46
47
48
|
SUBDIR += comp-c-bin
SUBDIR += comp-c-catman
SUBDIR += comp-c-include
SUBDIR += comp-c-lib
SUBDIR += comp-c-lintlib
SUBDIR += comp-c-man
SUBDIR += comp-c-piclib
SUBDIR += comp-c-proflib
SUBDIR += comp-c-root
SUBDIR += comp-c-share
SUBDIR += comp-cxx-bin
SUBDIR += comp-cxx-catman
SUBDIR += comp-cxx-include
SUBDIR += comp-cxx-lib
SUBDIR += comp-cxx-man
SUBDIR += comp-cxx-piclib
SUBDIR += comp-cxx-proflib
SUBDIR += comp-debug-bin
SUBDIR += comp-debug-catman
SUBDIR += comp-debug-man
SUBDIR += comp-debug-sbin
SUBDIR += comp-fortran-bin
SUBDIR += comp-fortran-catman
SUBDIR += comp-fortran-lib
SUBDIR += comp-fortran-man
SUBDIR += comp-fortran-piclib
SUBDIR += comp-fortran-proflib
SUBDIR += comp-sys-catman
SUBDIR += comp-sys-man
SUBDIR += comp-objc-bin
SUBDIR += comp-objc-lib
SUBDIR += comp-objc-piclib
SUBDIR += comp-objc-proflib
SUBDIR += comp-sysutil-catman
SUBDIR += comp-sysutil-man
SUBDIR += comp-sysutil-root
SUBDIR += comp-sysutil-sbin
SUBDIR += comp-util-bin
SUBDIR += comp-util-catman
SUBDIR += comp-util-man
SUBDIR += comp-util-share
SUBDIR += comp-i18n-lib
TARGETS+=package
TARGETS+=register
TARGETS+=plist
.include <bsd.subdir.mk>
|