diff options
author | takawata <takawata@FreeBSD.org> | 2000-12-21 15:33:30 +0000 |
---|---|---|
committer | takawata <takawata@FreeBSD.org> | 2000-12-21 15:33:30 +0000 |
commit | 124f1f9df98f451e5de6c7755b0bbaab9e0fb50e (patch) | |
tree | 14d57941ca0a7bbe99a02a9867ad603f7c0cd73b /sys/modules | |
parent | 675cb07acb7e5043142e3d34f5cbd98491c8209d (diff) | |
download | FreeBSD-src-124f1f9df98f451e5de6c7755b0bbaab9e0fb50e.zip FreeBSD-src-124f1f9df98f451e5de6c7755b0bbaab9e0fb50e.tar.gz |
Add pecoff directory.
Submitted by:nyan
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 24ed2c2..0404bf6 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -10,7 +10,7 @@ SUBDIR= 3dfx accf_data accf_http agp aha amr an aue \ cam ccd cd9660 coda cue dc de ed fdesc fxp if_disc if_ef \ if_ppp if_sl if_tap if_tun ip6fw ipfilter ipfw ispfw joy kernfs kue \ linux lnc md mfs mii mlx msdos ncp netgraph nfs ntfs nullfs \ - nwfs pcn portal procfs ${_random} \ + nwfs pcn pecoff portal procfs ${_random} \ rl rp sf sis sk sn sound ste sym syscons sysvipc ti tl twe tx \ udbp ugen uhid ukbd ulpt umapfs umass umodem ums union urio usb \ uscanner \ |