65cf764910
Submitted by: Remy Card <Remy.Card@masi.ibp.fr>
11 lines
146 B
Makefile
11 lines
146 B
Makefile
# 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>
|
|
|