TOP=../../..
.include "$(TOP)/mk/os161.config.mk"

SRCS+=vm-funcs.c
	
# Name of the library.
LIB=vm-funcs

# Let the templates do most of the work.
.include  "$(TOP)/mk/os161.lib.mk"
