mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
dcons(4): very simple console and gdb port driver dcons_crom(4): FireWire attachment dconschat(8): User interface to dcons Tested with: i386, i386-PAE, and sparc64.
12 lines
154 B
Makefile
12 lines
154 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= dconschat
|
|
SRCS= dconschat.c
|
|
MAN= dconschat.8
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../sys
|
|
|
|
DPADD= ${LIBKVM}
|
|
LDADD= -lkvm
|
|
|
|
.include <bsd.prog.mk>
|