mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
7 lines
122 B
Makefile
7 lines
122 B
Makefile
# Makefile for xten (Stark) 10/30/93
|
|
# $Id$
|
|
|
|
PROG= xten
|
|
CFLAGS+= -I${.CURDIR}/../../libexec/xtend
|
|
|
|
.include <bsd.prog.mk>
|