mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
8 lines
170 B
Makefile
8 lines
170 B
Makefile
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
|
|
# $Id: Makefile,v 1.1 1994/08/08 01:03:57 wollman Exp $
|
|
|
|
PROG= ypbind
|
|
MAN8= ypbind.8
|
|
CFLAGS+=-DDAEMON
|
|
|
|
.include <bsd.prog.mk>
|