From 6ad175c69ef6147701d970e8993bed1a2aff48db Mon Sep 17 00:00:00 2001 From: Steve Price Date: Wed, 13 Aug 1997 17:35:00 +0000 Subject: [PATCH] Use -I${.CURDIR}/../../sys so that the path is relative to the source code directory. Submitted by: bde --- bin/ps/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ps/Makefile b/bin/ps/Makefile index e5409ada1dac..8d797bcd3b13 100644 --- a/bin/ps/Makefile +++ b/bin/ps/Makefile @@ -1,9 +1,9 @@ -# $Id: Makefile,v 1.8 1997/02/22 14:04:57 peter Exp $ +# $Id: Makefile,v 1.9 1997/08/11 02:36:09 steve Exp $ # @(#)Makefile 8.1 (Berkeley) 6/2/93 PROG= ps SRCS= fmt.c keyword.c nlist.c print.c ps.c -CFLAGS+=-I../../sys +CFLAGS+=-I${.CURDIR}/../../sys DPADD= ${LIBM} ${LIBKVM} LDADD= -lm -lkvm BINGRP= kmem