10 lines
185 B
Makefile
10 lines
185 B
Makefile
# $NetBSD: Makefile,v 1.11 1997/07/18 07:57:55 thorpej Exp $
|
|
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
|
|
|
|
PROG= ypbind
|
|
MAN= ypbind.8
|
|
CFLAGS+=-DHEURISTIC
|
|
WARNS=1
|
|
|
|
.include <bsd.prog.mk>
|