From 826853557d60348359a98be0c0804ccd5546f020 Mon Sep 17 00:00:00 2001 From: jkh Date: Tue, 9 May 1995 23:48:54 +0000 Subject: Switch from bogus absolute path to a relative one. Closes PR #bin/391 Submitted by: Stephen McKay --- usr.sbin/xten/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/xten/Makefile') diff --git a/usr.sbin/xten/Makefile b/usr.sbin/xten/Makefile index 6300ec9e..cc7baea 100644 --- a/usr.sbin/xten/Makefile +++ b/usr.sbin/xten/Makefile @@ -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 -- cgit v1.1