xref: /freebsd/usr.sbin/ypbind/Makefile (revision b2845e83dba69feb0e7b369d88295cf19284dd0a)
1#	from: @(#)Makefile	5.8 (Berkeley) 7/28/90
2#	$Id: Makefile,v 1.4 1997/02/22 16:14:53 peter Exp $
3
4SRCS=	ypbind.c yp_ping.c
5PROG=	ypbind
6MAN8=	ypbind.8
7CFLAGS+=-DDAEMON
8
9.include <bsd.prog.mk>
10