mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 15:12:44 +00:00
9 lines
143 B
Makefile
9 lines
143 B
Makefile
# Makefile for xten (Stark) 10/30/93
|
|
# $FreeBSD$
|
|
|
|
PROG= xten
|
|
MAN1= ${PROG}.1
|
|
CFLAGS+= -I${.CURDIR}/../../libexec/xtend
|
|
|
|
.include <bsd.prog.mk>
|