diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-25 09:51:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-25 09:51:40 +0000 |
commit | d4a51db1f2c114fffd303875df1412d278479cf6 (patch) | |
tree | ffd0ea490392d736f54f409423fee6d4a273f845 /bin/ps | |
parent | 1375ac4c496499337a9e4b318b5f64340a961ddd (diff) |
LIBMATH -> LIBM
Diffstat (limited to 'bin/ps')
-rw-r--r-- | bin/ps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ps/Makefile b/bin/ps/Makefile index d7c0b8ec08f..ebf58129f2b 100644 --- a/bin/ps/Makefile +++ b/bin/ps/Makefile @@ -3,7 +3,7 @@ PROG= ps SRCS= fmt.c keyword.c nlist.c print.c ps.c -DPADD= ${LIBMATH} ${LIBKVM} +DPADD= ${LIBM} ${LIBKVM} LDADD= -lm -lkvm BINGRP= kmem BINMODE=2555 |