repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
bin
/
ps
/
Makefile
blob
6a740f0a3d611b17b4b0f7c630786b757c6cd27d
1
# $NetBSD: Makefile,v 1.27 2000/05/26 03:04:28 simonb Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/2/93
3
4
PROG
=
ps
5
SRCS
=
fmt.c keyword.c nlist.c
print
.c ps.c
6
DPADD
= ${
LIBM
} ${
LIBKVM
}
7
LDADD
= -
lm
-
lkvm
8
9
CWARNFLAGS
+= -
Wno-format-y2k
10
11
.
include
<
bsd.prog.mk
>