xref: /dragonfly/usr.sbin/ypbind/Makefile (revision 984263bc)
1#	from: @(#)Makefile	5.8 (Berkeley) 7/28/90
2# $FreeBSD: src/usr.sbin/ypbind/Makefile,v 1.6.2.1 2001/04/25 12:11:13 ru Exp $
3
4SRCS=	ypbind.c yp_ping.c
5PROG=	ypbind
6MAN=	ypbind.8
7CFLAGS+=-DDAEMON
8
9.include <bsd.prog.mk>
10