diff options
| author | Steve Price <steve@FreeBSD.org> | 1997-08-13 17:35:00 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1997-08-13 17:35:00 +0000 |
| commit | 6ad175c69ef6147701d970e8993bed1a2aff48db (patch) | |
| tree | 7dff140cfc5c8098c54e8a77bddcf6462e0cdef9 /bin/ps | |
| parent | 083bc8b2ccfac5ea71a64a85cafc7cb471a50c73 (diff) | |
Notes
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 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 |
