diff options
author | green <green@FreeBSD.org> | 2001-11-19 18:15:12 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 2001-11-19 18:15:12 +0000 |
commit | c26fb27173d72ef51cccbc651364e9e897129ade (patch) | |
tree | 11e31ef3ec75d7c039a6597a4eb26fb26c865e51 /sys/modules | |
parent | 0683ba391962b2fc5e8f61303ae429c22e64d76e (diff) | |
download | FreeBSD-src-c26fb27173d72ef51cccbc651364e9e897129ade.zip FreeBSD-src-c26fb27173d72ef51cccbc651364e9e897129ade.tar.gz |
Add module "lomac" to the modules Makefile, i386 section. If someone on
Alpha can verify that it compiles fine there, too, this should be moved
to the MI section (or that problem fixed); I've only had x86 hardware to
est with.
Sponsored by: DARPA, NAI Labs (CBOSS project)
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 8cb81d1..ddcb5ad 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -126,6 +126,7 @@ SUBDIR+=aac \ gnufpu \ ibcs2 \ linux \ + lomac \ mly \ netgraph \ oltr \ |