repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
make vfs & filesystems use failable copying
[minix3.git]
/
lib
/
libvassert
/
Makefile
blob
1f131df3953d9a9163b7a85afb94896022b30b55
1
NOGCCERROR
=
yes
2
NOCLANGERROR
=
yes
3
4
# Makefile for libvassert library
5
6
MKPIC?
=
no
7
LIB
=
vassert
8
SRCS
=
backdoor.S vassert.c
9
INCS
+=
vassert.h
10
INCSDIR
= /
usr
/
include
/
minix
11
12
.
include
<
bsd.lib.mk
>