[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / libexec

File: [local] / src / libexec / Makefile (download)

Revision 1.16, Sun Sep 3 18:41:14 2000 UTC (23 years, 9 months ago) by espie
Branch: MAIN
Changes since 1.15: +2 -2 lines

Boring...  Add :L modifier to all tweakable variables tests.

Closes PR 1246

#	from: @(#)Makefile	5.7 (Berkeley) 4/1/91
#	$OpenBSD: Makefile,v 1.16 2000/09/03 18:41:14 espie Exp $

.include <bsd.own.mk>

SUBDIR=	atrun comsat fingerd ftpd getNAME getty identd lockspool \
	mail.local makewhatis rexecd rlogind rshd \
	rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd \
	talkd tcpd telnetd tftpd uucpd smtpd

.if (${YP:L} == "yes")
SUBDIR+=rpc.yppasswdd
.endif

.include <bsd.subdir.mk>