diff options
| author | Stephen McKay <mckay@FreeBSD.org> | 1997-10-16 12:46:54 +0000 |
|---|---|---|
| committer | Stephen McKay <mckay@FreeBSD.org> | 1997-10-16 12:46:54 +0000 |
| commit | 9ce8d0bb72dc2da959b20ec167cda293999d420c (patch) | |
| tree | 93d5ee8bccafe01c2f43d576a9db8678ab58e9eb /bin | |
| parent | 99942795f9632e72f832442869d0ce75d44933aa (diff) | |
Notes
Diffstat (limited to 'bin')
| -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 d7d3094bb65f..31ea6c1374a1 100644 --- a/bin/ps/Makefile +++ b/bin/ps/Makefile @@ -1,9 +1,9 @@ # @(#)Makefile 8.1 (Berkeley) 6/2/93 -# $Id: Makefile,v 1.5 1995/04/15 03:31:19 davidg Exp $ +# $Id: Makefile,v 1.6 1995/10/25 15:07:38 torstenb Exp $ 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 |
