diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-03-24 13:56:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-03-24 13:56:02 +0000 |
commit | 94ef68ce023ac88c2f65c692ba0dd0b38129122e (patch) | |
tree | 97f2cdfd0fb7e40710f979d51cc047ecb5985e40 /libexec/Makefile | |
parent | ef76aeaef85b0c99dcc98542c275be62bf507247 (diff) |
libwrap is going away, so can this.
ok tedu
Diffstat (limited to 'libexec/Makefile')
-rw-r--r-- | libexec/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 65fcacf7b90..cd92fca2f17 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.7 (Berkeley) 4/1/91 -# $OpenBSD: Makefile,v 1.56 2014/03/17 19:50:38 tedu Exp $ +# $OpenBSD: Makefile,v 1.57 2014/03/24 13:55:59 deraadt Exp $ .include <bsd.own.mk> @@ -7,8 +7,7 @@ SUBDIR= comsat fingerd ftpd getty ld.so lockspool login_chpass \ login_lchpass login_passwd login_radius login_reject \ login_skey login_tis login_token login_yubikey mail.local \ makewhatis rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \ - rshd security spamd spamd-setup spamlogd talkd \ - tcpd + rshd security spamd spamd-setup spamlogd talkd .if (${YP:L} == "yes") SUBDIR+=rpc.yppasswdd |