minix/lib/libvassert/Makefile
Ben Gras 914d02825f libvassert: vmware VAssert support.
- BSD-licensed Code gratefully taken from the project at
	  http://en.sourceforge.jp/projects/sfnet_vassertlinuxsdk/

	- For more information on vmware VAssert, a powerful debugging
	  facility usable under vmware, see:
	  www.vmware.com/pdf/ws65_vassert_programming.pdf
2011-07-28 03:23:10 +00:00

9 lines
146 B
Makefile

# Makefile for libvassert library
LIB= vassert
SRCS= backdoor.S vassert.c
INCS+= vassert.h
INCSDIR= /usr/include/minix
.include <bsd.lib.mk>