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_80 | |
| parent | 10dd4cc92542aa04b0e59469a484a48e4c3cdd24 (diff) | |
Merge the [pgoyette-compat] branch
Diffstat (limited to 'sys/modules/compat_80')
| -rw-r--r-- | sys/modules/compat_80/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/modules/compat_80/Makefile b/sys/modules/compat_80/Makefile new file mode 100644 index 00000000000..eb9d81a2a3b --- /dev/null +++ b/sys/modules/compat_80/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.2 2019/01/27 02:08:45 pgoyette Exp $ + +.include "../Makefile.inc" + +.PATH: ${S}/compat/common + +KMOD= compat_80 + +CPPFLAGS+= -DCOMPAT_80 + +SRCS+= compat_80_mod.c +SRCS+= kern_mod_80.c + +.include <bsd.kmodule.mk> |
