diff options
author | Bob Beck <beck@cvs.openbsd.org> | 1997-12-12 06:10:47 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 1997-12-12 06:10:47 +0000 |
commit | 8af85b1281c19b42d61420bfd2c1fa6c42d7448c (patch) | |
tree | 68ecada0de8a20c0e8444879318f3bd3aa521ebd /libexec/Makefile | |
parent | 298f59bf3a075fb865e4dd1b413b4a991fa6e053 (diff) |
add smtpd.
Diffstat (limited to 'libexec/Makefile')
-rw-r--r-- | libexec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 075e8eee022..a3de2afbb80 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,12 +1,12 @@ # from: @(#)Makefile 5.7 (Berkeley) 4/1/91 -# $OpenBSD: Makefile,v 1.13 1997/08/19 08:30:45 niklas Exp $ +# $OpenBSD: Makefile,v 1.14 1997/12/12 06:10:46 beck Exp $ .include <bsd.own.mk> SUBDIR= atrun comsat fingerd ftpd getNAME getty identd \ mail.local makewhatis rexecd rlogind rshd \ rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd \ - talkd tcpd telnetd tftpd uucpd + talkd tcpd telnetd tftpd uucpd smtpd .if (${YP} == "yes") SUBDIR+=rpc.yppasswdd |