907cf80fbf
time and there's no indication that it will improve anytime soon. By removing support for SimOS it is possible to build LINT on Alpha, which is considered more important at the moment. Not objected to on: alpha@
19 lines
373 B
Makefile
19 lines
373 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_ddb.h opt_mac.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>
|