freebsd-dev/usr.sbin/dconschat/Makefile
Hidetoshi Shimokawa 869093b15d Add dumb console driver and related bits.
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.
2003-10-24 15:44:10 +00:00

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>