1999-12-14 22:35:36 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.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 \
|
2003-02-25 00:42:40 +00:00
|
|
|
opt_ddb.h opt_mac.h opt_nfs.h device_if.h bus_if.h \
|
|
|
|
vnode_if.h
|
1999-12-14 22:35:36 +00:00
|
|
|
|
2005-10-14 23:30:17 +00:00
|
|
|
.if !defined(KERNBUILDDIR)
|
1999-12-14 22:35:36 +00:00
|
|
|
opt_compat.h:
|
|
|
|
echo "#define COMPAT_43 1" > ${.TARGET}
|
2005-10-14 23:30:17 +00:00
|
|
|
.endif
|
1999-12-14 22:35:36 +00:00
|
|
|
|
2000-05-27 01:14:33 +00:00
|
|
|
.include <bsd.kmod.mk>
|