# Makefile for xten (Stark) 10/30/93

PROG=	xten
SRCS=	xten.c
CFLAGS+=-I. -I${.CURDIR}/../../libexec/xtend

MAN1=	xten.1

.include <bsd.prog.mk>

