freebsd-dev/sbin/dmesg/Makefile
Thomas Moestl 676adc045c Use the kern.msgbuf sysctl to get the message buffer on a running
kernel, and remove setgid kmem, which is not needed any more.
2001-07-03 19:49:31 +00:00

10 lines
129 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
PROG= dmesg
MAN= dmesg.8
LDADD= -lkvm
DPADD= ${LIBKVM}
.include <bsd.prog.mk>