mirror of
https://github.com/opnsense/src.git
synced 2026-03-15 23:25:30 -04:00
This was modeled after NetBSD's kernel debugging support. Reviewed by: Doug Rabson <dfr@nlsystems.com>
8 lines
148 B
Makefile
8 lines
148 B
Makefile
#
|
|
# $Id: Makefile.alpha,v 1.1 1999/05/02 11:31:55 dfr Exp $
|
|
#
|
|
|
|
XSRCS+= freebsd-nat.c alpha-tdep.c kvm-fbsd.c
|
|
LDADD+= -lkvm
|
|
|
|
.PATH: ${.CURDIR}/alpha
|