head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2017.12.07.05.55.36;	author dholland;	state Exp;
branches;
next	;
commitid	qELf3ZFTO2gPdVhA;


desc
@@


1.1
log
@Add some preliminary stuff in pursuit of testing compat syscalls.

So far this just has some (partial) specs and some code for reading
the specs in; it doesn't actually do anything yet...

It is ocaml because ocaml is the least awful choice for prototyping
compiler stuff.
@
text
@TOP=..
include $(TOP)/mk/base.mk

LIB=support
SRCS=\
	util.ml types.ml pos.ml

include $(TOP)/mk/ocaml.mk
@
