diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-10-04 23:16:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-10-04 23:16:42 +0000 |
commit | b20cc89b99dda2bdc3660565d5f3d72d925d834e (patch) | |
tree | 22bead5a670c2e57f9d169f01142a7483a1008fa /libexec/Makefile | |
parent | 1dfc653c131f7b25c564040c7470ab1ec574014b (diff) |
smtpd leaves the building
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 9956f7adc83..b177ffce537 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,12 +1,12 @@ # from: @(#)Makefile 5.7 (Berkeley) 4/1/91 -# $OpenBSD: Makefile,v 1.32 2002/09/29 03:25:31 millert Exp $ +# $OpenBSD: Makefile,v 1.33 2002/10/04 23:16:41 deraadt Exp $ .include <bsd.own.mk> SUBDIR= comsat fingerd ftpd ftp-proxy getNAME getty identd lockspool \ mail.local makewhatis \ rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd \ - rshd talkd tcpd telnetd tftpd uucpd smtpd + rshd talkd tcpd telnetd tftpd uucpd SUBDIR+=login_passwd login_skey login_krb4 login_krb4-or-pwd login_reject \ login_chpass login_lchpass login_token login_radius |