repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
dec21140A ethernet driver for virtualpc, contributed by nicolas tittley.
[minix.git]
/
lib
/
sysvipc
/
Makefile.in
blob
67f72e61caa48c98b15a2c0a9ae6675a97a3072d
1
# Makefile for lib/posix.
2
3
CFLAGS
=
"-O -D_MINIX -D_POSIX_SOURCE"
4
5
LIBRARIES
=
libc
6
7
libc_FILES
=
"ftok.c sem.c shm.c"
8
9
TYPE
=
both
10