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]
/
sbin
/
dmesg
/
Makefile
blob
aeb8727ef9751f0bcefb3fd6cd345f5bfeb1ad59
1
# $NetBSD: Makefile,v 1.11 2005/01/20 16:39:23 xtraeme Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/5/93
3
4
PROG
=
dmesg
5
MAN
=
dmesg
.8
6
LDADD
= -
lkvm
7
DPADD
= ${
LIBKVM
}
8
9
.
ifdef
SMALLPROG
10
CPPFLAGS
+=-
DSMALL
11
.
endif
12
13
.
include
<
bsd.prog.mk
>