1994-08-08 01:03:58 +00:00
|
|
|
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
|
1999-08-28 01:35:59 +00:00
|
|
|
# $FreeBSD$
|
1994-08-08 01:03:58 +00:00
|
|
|
|
|
|
|
PROG= ypbind
|
2001-03-26 14:42:20 +00:00
|
|
|
MAN= ypbind.8
|
2001-07-20 06:20:32 +00:00
|
|
|
SRCS= ypbind.c yp_ping.c
|
|
|
|
|
|
|
|
CFLAGS+= -DDAEMON
|
1994-08-08 01:03:58 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|