869093b15d
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.
13 lines
154 B
Makefile
13 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>
|