minix3/lib/libvassert/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>