NetBSD/usr.sbin/ypbind/Makefile
deraadt 7473e6d9a3 from wolfgang, various further cleanup, and
mpliment the "clients are asking via RPC, therefore that might mean
the server is possibly dead" heuristic I bailed on earlier.
1994-07-02 06:45:48 +00:00

9 lines
174 B
Makefile

# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
# $Id: Makefile,v 1.5 1994/07/02 06:45:48 deraadt Exp $
PROG= ypbind
NOMAN=
CFLAGS+=-DDAEMON -DHEURISTIC
.include <bsd.prog.mk>