make vfs & filesystems use failable copying
[minix3.git] / lib / libvassert / Makefile
blob1f131df3953d9a9163b7a85afb94896022b30b55
1 NOGCCERROR=yes
2 NOCLANGERROR=yes
4 # Makefile for libvassert library
6 MKPIC?= no
7 LIB= vassert
8 SRCS= backdoor.S vassert.c
9 INCS+= vassert.h
10 INCSDIR= /usr/include/minix
12 .include <bsd.lib.mk>