57517b0931
- signed/unsigned conform. - Better initialization of nlist[]. I think we should have something like NLIST_NULL instead of the current (ugly) form...
13 lines
141 B
Makefile
13 lines
141 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $FreeBSD$
|
|
|
|
PROG= dmesg
|
|
MAN= dmesg.8
|
|
|
|
WARNS?= 6
|
|
|
|
LDADD= -lkvm
|
|
DPADD= ${LIBKVM}
|
|
|
|
.include <bsd.prog.mk>
|