9 lines
182 B
Makefile
9 lines
182 B
Makefile
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
|
|
# $Id: Makefile,v 1.6 1994/10/28 16:49:48 deraadt Exp $
|
|
|
|
PROG= ypbind
|
|
MAN8= ypbind.0
|
|
CFLAGS+=-DDAEMON -DHEURISTIC
|
|
|
|
.include <bsd.prog.mk>
|