1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-03 06:45:37 -08:00
openbsd-src/bin/ps/Makefile
bluhm 6ec473c48f Since rev 1.61 of print.c exp(3) and log(3) are not used anymore.
Do not link ps(1) with libm.
from miod@; OK millert@
2017-08-29 15:30:02 +00:00

9 lines
168 B
Makefile

# $OpenBSD: Makefile,v 1.11 2017/08/29 15:30:02 bluhm Exp $
PROG= ps
SRCS= keyword.c nlist.c print.c ps.c utf8.c
DPADD= ${LIBKVM}
LDADD= -lkvm
.include <bsd.prog.mk>