mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05: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>
|