projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
usr.sbin/makefs: Add HAMMER2 offline bulkfree support
[dragonfly.git]
/
lib
/
libncurses
/
Makefile
1
SUBDIR= libncurses \
2
libpanel \
3
libncursesw \
4
libpanelw
5
6
# only needed to build share/terminfo
7
.if defined(NO_SHARE)
8
SUBDIR_ORDERED=
9
.else
10
SUBDIR+= libtic tic_next
11
SUBDIR_ORDERED= libtic tic_next
12
.endif
13
14
.include <bsd.subdir.mk>