diff options
author | Søren Schmidt <sos@FreeBSD.org> | 1994-10-16 20:39:52 +0000 |
---|---|---|
committer | Søren Schmidt <sos@FreeBSD.org> | 1994-10-16 20:39:52 +0000 |
commit | afc889a2801b9cb83d00a854c6b171144dec1c0f (patch) | |
tree | fcb7922b019f6cb0f25a7bdd49eb9c35aff3bd58 /lkm/Makefile | |
parent | e8c1ac7fef19e0539a8e760277e8c8d663e10517 (diff) | |
download | src-afc889a2801b9cb83d00a854c6b171144dec1c0f.tar.gz src-afc889a2801b9cb83d00a854c6b171144dec1c0f.zip |
Added socksys module
Notes
Notes:
svn path=/head/; revision=3650
Diffstat (limited to 'lkm/Makefile')
-rw-r--r-- | lkm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lkm/Makefile b/lkm/Makefile index 4417d55fbee1..193ea88d0d26 100644 --- a/lkm/Makefile +++ b/lkm/Makefile @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.4 1994/09/28 22:16:27 wollman Exp $ +# $Id: Makefile,v 1.5 1994/10/14 08:54:31 sos Exp $ SUBDIR= cd9660 coff fdesc ibcs2 ip_mroute_mod kernfs msdos nfs nullfs portal \ - procfs umapfs union + procfs socksys umapfs union # # Doesn't work: # mfs |