diff options
| author | pgoyette <pgoyette@NetBSD.org> | 2019-01-27 02:08:33 +0000 |
|---|---|---|
| committer | pgoyette <pgoyette@NetBSD.org> | 2019-01-27 02:08:33 +0000 |
| commit | cc17ee2ece085d7d746bcd8fa9be19170855aaac (patch) | |
| tree | 5be40613f405cb081b2c44410b1506781927f8e3 /sys/modules/compat_70 | |
| parent | 10dd4cc92542aa04b0e59469a484a48e4c3cdd24 (diff) | |
Merge the [pgoyette-compat] branch
Diffstat (limited to 'sys/modules/compat_70')
| -rw-r--r-- | sys/modules/compat_70/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/modules/compat_70/Makefile b/sys/modules/compat_70/Makefile new file mode 100644 index 00000000000..93541f5cd36 --- /dev/null +++ b/sys/modules/compat_70/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.2 2019/01/27 02:08:45 pgoyette Exp $ + +.include "../Makefile.inc" + +.PATH: ${S}/compat/common + +KMOD= compat_70 + +CPPFLAGS+= -DCOMPAT_70 -DCOMPAT_80 + +SRCS+= compat_70_mod.c rtsock_70.c uipc_usrreq_70.c + +.include <bsd.kmodule.mk> |
