#
#   Take enumerate list of OS system calls and build a TCL file
#   that can be used to produce a descriptive system call trace
#
TARGET=../syscalls.tcl

$(TARGET):  sys.pl syscalls.txt
	sys.pl syscalls.txt > $(TARGET)
