1# Makefile for libvassert library 2 3NOGCCERROR=yes 4 5MKPIC?= no 6LIB= vassert 7SRCS= backdoor.S vassert.c 8INCS+= vassert.h 9INCSDIR= /usr/include/minix 10 11.include <bsd.lib.mk> 12