18 lines
211 B
Makefile
18 lines
211 B
Makefile
# Makefile for lib/i386/rts.
|
|
|
|
CFLAGS="-O -D_MINIX -D_POSIX_SOURCE"
|
|
|
|
LIBRARIES=libc
|
|
|
|
libc_FILES=" \
|
|
__sigreturn.s \
|
|
_ipc.s \
|
|
_ipcnew.s \
|
|
brksize.s"
|
|
|
|
STARTFILES="\
|
|
crtso.s \
|
|
m2rtso.s \
|
|
prtso.s"
|
|
|
|
TYPE=both
|