Put in proper address information for Poul-Henning Kamp.
[unix-history] / sbin / dmesg / Makefile
# @(#)Makefile 5.6 (Berkeley) 5/2/91
PROG= dmesg
MAN8= dmesg.8
BINGRP= kmem
BINMODE=2555
LDADD= -lutil
DPADD= ${LIBUTIL}
.include <bsd.prog.mk>