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
tools/llvm: Do not build with symbols
[minix3.git]
/
minix
/
lib
/
libvboxfs
/
Makefile
blob
ee55c59f4b158667416dea62e69cb430ceba2d84
1
NOGCCERROR
=
yes
2
NOCLANGERROR
=
yes
3
4
# Makefile for libvboxfs
5
.
include
<
bsd.own.mk
>
6
7
LIB
=
vboxfs
8
9
SRCS
=
attr.c
dir
.c file.c handle.c
info
.c link.c path.c vboxfs.c
10
11
.
include
<
bsd.lib.mk
>