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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
usr.bin
/
pmap
/
Makefile
blob
36f500b9600df519d11979b6cc2f5795d6657a52
1
# $NetBSD: Makefile,v 1.3 2007/05/28 12:06:29 tls Exp $
2
3
USE_FORT?
=
yes
# setgid
4
PROG
=
pmap
5
SRCS
=
main.c pmap.c
6
BINGRP
=
kmem
7
BINMODE
=
2555
8
LDADD
= -
lkvm
9
DPADD
= ${
LIBKVM
}
10
11
.
include
<
bsd.prog.mk
>