sync
[bitrig.git] / libexec / Makefile
blobcebacf1e24696b65d75daa2190a6980eb94012cc
1 # from: @(#)Makefile 5.7 (Berkeley) 4/1/91
2 # $OpenBSD: Makefile,v 1.52 2013/02/17 22:06:30 deraadt Exp $
4 .include <bsd.own.mk>
6 SUBDIR= comsat fingerd ftpd getty identd ld.so lockspool \
7 mail.local makewhatis rpc.rquotad rpc.rstatd rpc.rusersd \
8 rpc.rwalld rpc.sprayd security spamd spamlogd spamd-setup rshd \
9 talkd tcpd uucpd
11 SUBDIR+=login_passwd login_skey login_reject login_chpass \
12 login_lchpass login_token login_radius login_tis login_yubikey
14 .if (${YP:L} == "yes")
15 SUBDIR+=rpc.yppasswdd
16 .endif
18 .if (${KERBEROS5:L} == "yes")
19 SUBDIR+=login_krb5 login_krb5-or-pwd
20 .endif
22 .include <bsd.subdir.mk>