[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / ypwhich

File: [local] / src / usr.bin / ypwhich / Makefile (download)

Revision 1.4, Sun Jan 18 20:13:07 1998 UTC (26 years, 4 months ago) by maja
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.3: +6 -1 lines

Added support for maplist from a specified host (-h <host>). -moj

#	$OpenBSD: Makefile,v 1.4 1998/01/18 20:13:07 maja Exp $
#	from: @(#)Makefile	5.8 (Berkeley) 7/28/90

PROG=	ypwhich
SRCS=	ypwhich.c yplib_host.c
MAN=	ypwhich.1

.PATH:	${.CURDIR}/../../usr.sbin/ypserv/common
CFLAGS+=-I${.CURDIR}/../../usr.sbin/ypserv/common

.include <bsd.prog.mk>