diff options
| author | yamaguchi <yamaguchi@NetBSD.org> | 2020-02-27 06:30:55 +0000 |
|---|---|---|
| committer | yamaguchi <yamaguchi@NetBSD.org> | 2020-02-27 06:30:55 +0000 |
| commit | 0a75011095e1708ed085cd4c4fa65fa3836aaf2e (patch) | |
| tree | 1d09a96330474db5398974585f6111a16f0268b5 /sys/modules | |
| parent | c0f7f4c9195e75c81a950d3eb929650dc89036f9 (diff) | |
Make ixl(4) be able to build as a module
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 609a8cf0829..d1579cd38e2 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.238 2020/02/09 16:06:18 jmcneill Exp $ +# $NetBSD: Makefile,v 1.239 2020/02/27 06:30:56 yamaguchi Exp $ .include <bsd.own.mk> @@ -79,6 +79,7 @@ SUBDIR+= if_cue SUBDIR+= if_faith SUBDIR+= if_gif SUBDIR+= if_gre +SUBDIR+= if_ixl SUBDIR+= if_kue SUBDIR+= if_l2tp SUBDIR+= if_loop @@ -439,7 +440,6 @@ SUBDIR+= cac SUBDIR+= cac_eisa SUBDIR+= cac_pci SUBDIR+= if_aq -SUBDIR+= if_ixl SUBDIR+= if_vioif SUBDIR+= ld SUBDIR+= ld_aac |
