d5befad6dd
and the reference to db_regs is *extern* from alpha/include/db_machdep.h (put it in alpha/alpha/machdep.c)- this avoids the problems we've had about different 'common' sizes prohibiting the kernel from linking.
18 lines
372 B
Makefile
18 lines
372 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= gallatin@FreeBSD.org
|
|
|
|
.PATH: ${.CURDIR}/../../alpha/osf1
|
|
|
|
KMOD= osf1
|
|
SRCS= osf1_ioctl.c osf1_misc.c osf1_signal.c osf1_sysent.c \
|
|
osf1_mount.c imgact_osf1.c osf1_sysvec.c opt_compat.h \
|
|
opt_simos.h opt_ddb.h opt_nfs.h device_if.h bus_if.h vnode_if.h
|
|
|
|
#CFLAGS+= -g
|
|
|
|
opt_compat.h:
|
|
echo "#define COMPAT_43 1" > ${.TARGET}
|
|
|
|
.include <bsd.kmod.mk>
|