1993-07-30 15:10:53 +04:00
|
|
|
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
|
1994-10-28 19:46:57 +03:00
|
|
|
# $Id: Makefile,v 1.6 1994/10/28 16:49:48 deraadt Exp $
|
1993-04-26 12:09:02 +04:00
|
|
|
|
|
|
|
PROG= ypbind
|
1994-10-28 19:46:57 +03:00
|
|
|
MAN8= ypbind.0
|
1994-07-02 10:45:48 +04:00
|
|
|
CFLAGS+=-DDAEMON -DHEURISTIC
|
1993-04-26 12:09:02 +04:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|