freebsd-dev/sbin/dmesg/Makefile
Xin LI 57517b0931 WARNS=6 cleanup:
- signed/unsigned conform.
 - Better initialization of nlist[].  I think we should have
   something like NLIST_NULL instead of the current (ugly)
   form...
2005-01-17 13:56:46 +00:00

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>