diff options
Diffstat (limited to 'bin/ps')
-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 |