Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-compat]: src/sys/modules/compat_20 Forgot to commit this previo...
details: https://anonhg.NetBSD.org/src/rev/d8ed9d06b641
branches: pgoyette-compat
changeset: 830542:d8ed9d06b641
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Fri Mar 30 11:15:25 2018 +0000
description:
Forgot to commit this previously.
diffstat:
sys/modules/compat_20/Makefile | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diffs (19 lines):
diff -r 93f7824237f2 -r d8ed9d06b641 sys/modules/compat_20/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/compat_20/Makefile Fri Mar 30 11:15:25 2018 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.2.1 2018/03/30 11:15:25 pgoyette Exp $
+
+.include "../Makefile.inc"
+
+.PATH: ${S}/compat/common
+
+KMOD= compat_20
+
+CPPFLAGS+= -DCOMPAT_20 -DCOMPAT_30
+CPPFLAGS+= -DCOMPAT_40 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80
+
+SRCS+= compat_20_mod.c
+SRCS+= vfs_syscalls_20.c ieee80211_20.c if43_20.c
+
+.include <bsd.kmodule.mk>
Home |
Main Index |
Thread Index |
Old Index