diff options
author | mjl <mjl@pkgsrc.org> | 2000-04-21 10:59:53 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2000-04-21 10:59:53 +0000 |
commit | 6cae98818d2c26add3a926fe033c6e6c8ab90fe6 (patch) | |
tree | 5918a76373c989f707b56727e5e38a5c4f478fbf /security | |
parent | d1c2c2f83845b3699522924ac806345035ba73ec (diff) | |
download | pkgsrc-6cae98818d2c26add3a926fe033c6e6c8ab90fe6.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 |