source: trunk/minix/lib/i386/rts/Makefile.in@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 211 bytes
Line 
1# Makefile for lib/i386/rts.
2
3CFLAGS="-O -D_MINIX -D_POSIX_SOURCE"
4
5LIBRARIES=libc
6
7libc_FILES=" \
8 __sigreturn.s \
9 _ipc.s \
10 _ipcnew.s \
11 brksize.s"
12
13STARTFILES="\
14 crtso.s \
15 m2rtso.s \
16 prtso.s"
17
18TYPE=both
Note: See TracBrowser for help on using the repository browser.