diff options
author | mjl <mjl> | 2000-04-21 10:59:53 +0000 |
---|---|---|
committer | mjl <mjl> | 2000-04-21 10:59:53 +0000 |
commit | 7995e7ea1f6b9caa967cd0cfb0a66111f1337663 (patch) | |
tree | 5918a76373c989f707b56727e5e38a5c4f478fbf /security | |
parent | cfa82f074cabf4200928092716e718079cf337be (diff) | |
download | pkgsrc-7995e7ea1f6b9caa967cd0cfb0a66111f1337663.tar.gz |
Enable smtpd.
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 82045185dc4..1b08081ec29 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2000/04/04 03:02:27 itojun Exp $ +# $NetBSD: Makefile,v 1.32 2000/04/21 10:59:53 mjl Exp $ # FreeBSD Id: Makefile,v 1.23 1997/11/09 10:17:02 asami Exp # @@ -23,6 +23,7 @@ SUBDIR += racoon SUBDIR += rc5des SUBDIR += rsaref + SUBDIR += smtpd SUBDIR += srp_client SUBDIR += ssh SUBDIR += ssh6 |