X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/1c15e88899094343f75aeba04122cd96a96b428e..af359dea2e5ab3e937b62107ecd6a51d78189ed7:/usr/src/sbin/dmesg/Makefile diff --git a/usr/src/sbin/dmesg/Makefile b/usr/src/sbin/dmesg/Makefile index 6a5dd65ae3..ba29d5626a 100644 --- a/usr/src/sbin/dmesg/Makefile +++ b/usr/src/sbin/dmesg/Makefile @@ -1,8 +1,10 @@ -# @(#)Makefile 5.5 (Berkeley) 7/25/90 +# @(#)Makefile 5.6 (Berkeley) 5/2/91 PROG= dmesg MAN8= dmesg.0 BINGRP= kmem BINMODE=2555 +LDADD= -lutil +DPADD= ${LIBUTIL} .include