xref: /dragonfly/usr.sbin/ypbind/Makefile (revision a361ab31)
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# $DragonFly: src/usr.sbin/ypbind/Makefile,v 1.2 2003/06/17 04:30:04 dillon Exp $
4
5SRCS=	ypbind.c yp_ping.c
6PROG=	ypbind
7MAN=	ypbind.8
8CFLAGS+=-DDAEMON
9WARNS?=	2
10NO_STRICT_ALIASING=
11
12.include <bsd.prog.mk>
13