NetBSD/usr.sbin/ypbind/Makefile

9 lines
185 B
Makefile
Raw Normal View History

1996-05-13 06:43:35 +04:00
# $NetBSD: Makefile,v 1.8 1996/05/13 02:46:30 thorpej Exp $
1993-07-30 15:10:53 +04:00
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
1993-04-26 12:09:02 +04:00
PROG= ypbind
1994-12-22 14:43:15 +03:00
MAN= ypbind.8
CFLAGS+=-DDAEMON -DHEURISTIC
1993-04-26 12:09:02 +04:00
.include <bsd.prog.mk>