13 lines
190 B
Makefile
13 lines
190 B
Makefile
|
NOGCCERROR=yes
|
||
|
NOCLANGERROR=yes
|
||
|
|
||
|
# Makefile for libvassert library
|
||
|
|
||
|
MKPIC?= no
|
||
|
LIB= vassert
|
||
|
SRCS= backdoor.S vassert.c
|
||
|
INCS+= vassert.h
|
||
|
INCSDIR= /usr/include/minix
|
||
|
|
||
|
.include <bsd.lib.mk>
|