11 lines
138 B
Makefile
11 lines
138 B
Makefile
# Makefile for xten (Stark) 10/30/93
|
|
|
|
PROG= xten
|
|
SRCS= xten.c
|
|
CFLAGS+=-I. -I/usr/src/libexec/xtend
|
|
|
|
MAN1= xten.1
|
|
|
|
.include <bsd.prog.mk>
|
|
|