mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
10 lines
128 B
Makefile
10 lines
128 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $FreeBSD$
|
|
|
|
PACKAGE=runtime
|
|
PROG= dmesg
|
|
MAN= dmesg.8
|
|
|
|
LIBADD= kvm
|
|
|
|
.include <bsd.prog.mk>
|