Make Makefile take a relative path for CFLAGS.

Submitted by:	Remy Card <Remy.Card@masi.ibp.fr>
This commit is contained in:
Jordan K. Hubbard 1995-01-17 15:07:13 +00:00
parent 5238dbaecc
commit 65cf764910

View File

@ -2,7 +2,7 @@
PROG= xten
SRCS= xten.c
CFLAGS+=-I. -I/usr/src/libexec/xtend
CFLAGS+=-I. -I${.CURDIR}/../../libexec/xtend
MAN1= xten.1