diff options
author | agc <agc> | 1997-12-24 11:00:09 +0000 |
---|---|---|
committer | agc <agc> | 1997-12-24 11:00:09 +0000 |
commit | c47d62d0b90108aca3afed3fd8dbcd7936b9fabf (patch) | |
tree | a678d39865030cd858fd56a001eee355c34a2887 /net/Makefile | |
parent | f8f014e5c8cbaf975717b64b5b9c6f1d48e86fe5 (diff) | |
download | pkgsrc-c47d62d0b90108aca3afed3fd8dbcd7936b9fabf.tar.gz |
Enable samba
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/Makefile b/net/Makefile index 8e8953b473b..46b133b6254 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1997/12/15 00:00:45 thorpej Exp $ +# $NetBSD: Makefile,v 1.10 1997/12/24 11:00:09 agc Exp $ # FreeBSD Id: Makefile,v 1.117 1997/08/16 03:11:52 gpalmer Exp # @@ -56,7 +56,7 @@ # SUBDIR += rsync # SUBDIR += rumba # SUBDIR += rwhois -# SUBDIR += samba + SUBDIR += samba SUBDIR += scotty # SUBDIR += slirp SUBDIR += socks5 |