From be73b9df4d8008404eaead35123cc18b2e5ef24c Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 11 Aug 1997 02:36:09 +0000 Subject: [PATCH] Use -I../../sys instead of -I/sys. --- bin/ps/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ps/Makefile b/bin/ps/Makefile index ce8ee3acee05..e5409ada1dac 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 $ # @(#)Makefile 8.1 (Berkeley) 6/2/93 -# $Id$ PROG= ps SRCS= fmt.c keyword.c nlist.c print.c ps.c -CFLAGS+=-I/sys +CFLAGS+=-I../../sys DPADD= ${LIBM} ${LIBKVM} LDADD= -lm -lkvm BINGRP= kmem