10 lines
184 B
Makefile
10 lines
184 B
Makefile
# $NetBSD: Makefile,v 1.12 1997/10/06 00:52:51 lukem Exp $
|
|
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
|
|
|
|
PROG= ypbind
|
|
MAN= ypbind.8
|
|
CFLAGS+=-DHEURISTIC
|
|
WARNS?=1
|
|
|
|
.include <bsd.prog.mk>
|