diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-10-09 04:44:10 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-10-09 04:44:10 +0000 |
commit | b0c509099cae96ba1b51130777dd23ff98aef03e (patch) | |
tree | d5bd20bfb788b6e32735fc0c39ee8b3af937055a /share/mk/Makefile | |
parent | d3f2cfb6401288e7d55fdfff8dba0a70966686b5 (diff) |
no more lkm
Diffstat (limited to 'share/mk/Makefile')
-rw-r--r-- | share/mk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/Makefile b/share/mk/Makefile index 03aceac8934..c0da9657654 100644 --- a/share/mk/Makefile +++ b/share/mk/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.12 2011/09/24 07:26:01 espie Exp $ +# $OpenBSD: Makefile,v 1.13 2014/10/09 04:44:09 tedu Exp $ # $NetBSD: Makefile,v 1.12 1995/10/22 00:45:53 christos Exp $ FILES= bsd.README bsd.dep.mk bsd.lib.mk bsd.man.mk bsd.nls.mk \ bsd.obj.mk bsd.own.mk bsd.port.arch.mk bsd.port.mk \ bsd.port.subdir.mk bsd.prog.mk \ - bsd.regress.mk bsd.subdir.mk bsd.sys.mk sys.mk bsd.lkm.mk \ + bsd.regress.mk bsd.subdir.mk bsd.sys.mk sys.mk \ bsd.xconf.mk bsd.xorg.mk NOOBJ= noobj |