Home | History | Annotate | Line # | Download | only in ypmatch
Makefile revision 1.12
      1  1.12  christos #	$NetBSD: Makefile,v 1.12 2009/06/20 19:27:26 christos Exp $
      2   1.3   mycroft #	from: @(#)Makefile	5.8 (Berkeley) 7/28/90
      3   1.1   deraadt 
      4  1.11       tls USE_FORT?= yes	# network client
      5  1.11       tls 
      6  1.12  christos .PATH.c: ${.CURDIR}/../ypcat
      7  1.12  christos CPPFLAGS+= -I${.CURDIR}/../ypcat
      8   1.1   deraadt PROG=	ypmatch
      9  1.12  christos SRCS=	ypmatch.c ypalias_init.c
     10   1.1   deraadt 
     11   1.1   deraadt .include <bsd.prog.mk>
     12