7 lines
167 B
Makefile
7 lines
167 B
Makefile
|
# This boilerplate is necessary just because any add-on directory
|
||
|
# gets added as a normal subdirectory for the glibc build process.
|
||
|
|
||
|
subdir = ports
|
||
|
|
||
|
include ../Rules
|