Edit

IABSD.fr/src/libexec/Makefile

Branch :

  • Show log

    Commit

  • Author : martijn
    Date : 2020-09-12 15:06:12
    Hash : f95714a4
    Message : Import login_ldap. The code is based login_ldap port, but uses our own aldap implementation instead of openldap. It also uses a stand alone configuration file instead of login.conf, since setting this up might contain information not destined for everyone to see. OK bluhm@ "Go for it" deraadt@

  • libexec/Makefile
  • #	from: @(#)Makefile	5.7 (Berkeley) 4/1/91
    #	$OpenBSD: Makefile,v 1.67 2020/09/12 15:06:12 martijn Exp $
    
    .include <bsd.own.mk>
    
    SUBDIR= comsat fingerd ftpd getty ld.so lockspool login_chpass \
    	login_lchpass login_ldap login_passwd login_radius login_reject \
    	login_skey login_token login_yubikey mail.local \
    	reorder_kernel \
    	rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \
    	security spamd spamd-setup spamlogd talkd tradcpp
    
    .include <bsd.subdir.mk>