# @(#)Makefile	30.1 3/13/91 AppEng/SCCS Interphase
# Rev#  Date     Author   Comment
#----------------------------------------------------------------------------
# 30.1  03/13/91 rbrant   New development/distribution format.
#
CFLAGS = -O -DOS4

vjutil:	vjutil.h vjutil.c
	cc ${CFLAGS} -o $@ vjutil.c -ltermlib
