[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / bin / ps

File: [local] / src / bin / ps / Makefile (download)

Revision 1.6, Sun Sep 3 18:41:11 2000 UTC (23 years, 9 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.5: +2 -2 lines

Boring...  Add :L modifier to all tweakable variables tests.

Closes PR 1246

#	$OpenBSD: Makefile,v 1.6 2000/09/03 18:41:11 espie Exp $

PROG=	ps
SRCS=	fmt.c keyword.c nlist.c print.c ps.c
DPADD=	${LIBM} ${LIBKVM}
LDADD=	-lm -lkvm
BINGRP=	kmem
BINMODE=2555

.include <bsd.prog.mk>
.if (${UVM:L} == "yes")
CFLAGS+=-DUVM
.endif