root/user/uw-testbin/vm-funcs/Makefile

/* [<][>][^][v][top][bottom][index][help] */
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"

/* [<][>][^][v][top][bottom][index][help] */