freebsd-dev/usr.sbin/xten/Makefile
Jordan K. Hubbard 65cf764910 Make Makefile take a relative path for CFLAGS.
Submitted by:	Remy Card <Remy.Card@masi.ibp.fr>
1995-01-17 15:07:13 +00:00

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>