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
worldstone: add -s for statistical profiling
[minix.git]
/
lib
/
libvassert
/
Makefile
blob
1226a8096c23fca64ab34952c6b7e4af4fa9e316
1
# Makefile for libvassert library
2
3
MKPIC?
=
no
4
LIB
=
vassert
5
SRCS
=
backdoor.S vassert.c
6
INCS
+=
vassert.h
7
INCSDIR
= /
usr
/
include
/
minix
8
9
.
include
<
bsd.lib.mk
>