11 lines
207 B
Makefile
11 lines
207 B
Makefile
|
SUBDIR =
|
||
|
SUBDIR += gnu
|
||
|
SUBDIR += gnu,a4
|
||
|
SUBDIR += gnu,gtk
|
||
|
SUBDIR += gnu,gtk,a4
|
||
|
SUBDIR += gnu,no_x11
|
||
|
SUBDIR += gnu,no_x11,a4
|
||
|
SUBDIR += gnu-fonts
|
||
|
|
||
|
.include <bsd.port.subdir.mk>
|