summaryrefslogtreecommitdiffstats
path: root/bin/ps/Makefile
diff options
context:
space:
mode:
authortorstenb <torstenb@FreeBSD.org>1995-10-25 15:08:21 +0000
committertorstenb <torstenb@FreeBSD.org>1995-10-25 15:08:21 +0000
commita31022b303ea5ec7c096c6165e363e3fd1058fee (patch)
tree86583d9bfb0b9e78282df2c06910bb8882c86157 /bin/ps/Makefile
parent2e3199534a883f822b7eff71f2658d6e867db2d6 (diff)
downloadFreeBSD-src-a31022b303ea5ec7c096c6165e363e3fd1058fee.zip
FreeBSD-src-a31022b303ea5ec7c096c6165e363e3fd1058fee.tar.gz
fix bad dependencies (LIBMATH -> LIBM)
Diffstat (limited to 'bin/ps/Makefile')
-rw-r--r--bin/ps/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ps/Makefile b/bin/ps/Makefile
index e8885f2..d7d3094 100644
--- a/bin/ps/Makefile
+++ b/bin/ps/Makefile
@@ -1,10 +1,10 @@
# @(#)Makefile 8.1 (Berkeley) 6/2/93
-# $Id: Makefile,v 1.4 1995/04/15 03:23:36 davidg Exp $
+# $Id: Makefile,v 1.5 1995/04/15 03:31:19 davidg Exp $
PROG= ps
SRCS= fmt.c keyword.c nlist.c print.c ps.c
CFLAGS+=-I/sys
-DPADD= ${LIBMATH} ${LIBKVM}
+DPADD= ${LIBM} ${LIBKVM}
LDADD= -lm -lkvm
BINGRP= kmem
BINMODE=2555
OpenPOWER on IntegriCloud