Switch from bogus absolute path to a relative one.

Closes PR #bin/391
Submitted by:	Stephen McKay <syssgm@devetir.qld.gov.au>
This commit is contained in:
Jordan K. Hubbard 1995-05-09 23:48:54 +00:00
parent 39fe917d33
commit f26b6240ac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8396

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