diff options
author | steve <steve@FreeBSD.org> | 1997-08-11 02:36:09 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1997-08-11 02:36:09 +0000 |
commit | c0576fc29de4fb360811ab0e91944238cff35e47 (patch) | |
tree | 8a588e948ca70515ce9d1ecd47fc636e4dafd1cf /bin/ps/Makefile | |
parent | 2a27aabc95418e213f4f149fb0ec34e0d3dc9282 (diff) | |
download | FreeBSD-src-c0576fc29de4fb360811ab0e91944238cff35e47.zip FreeBSD-src-c0576fc29de4fb360811ab0e91944238cff35e47.tar.gz |
Use -I../../sys instead of -I/sys.
Diffstat (limited to 'bin/ps/Makefile')
-rw-r--r-- | bin/ps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ps/Makefile b/bin/ps/Makefile index ce8ee3a..e5409ad 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 |