mirror of
https://github.com/openbsd/src.git
synced 2025-01-03 06:45:37 -08:00
6ec473c48f
Do not link ps(1) with libm. from miod@; OK millert@
9 lines
168 B
Makefile
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>
|