# Makefile for libvassert library

LIB=    vassert
SRCS=	backdoor.S vassert.c
INCS+=	vassert.h
INCSDIR= /usr/include/minix

.include <bsd.lib.mk>
