]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/ncurses/Makefile
amd64: use register macros for gdb_cpu_getreg()
[FreeBSD/FreeBSD.git] / lib / ncurses / Makefile
1 # $FreeBSD$
2
3 SUBDIR= ncurses form menu panel \
4         ncursesw formw menuw panelw
5
6 SUBDIR_PARALLEL=
7
8 .for subdir in ${SUBDIR:Nncurses*:N*w}
9 SUBDIR_DEPEND_${subdir}=        ncurses
10 SUBDIR_DEPEND_${subdir}w=       ncursesw
11 .endfor
12
13 .include <bsd.subdir.mk>