mirror of
https://github.com/opnsense/src.git
synced 2026-03-22 02:40:09 -04:00
9 lines
150 B
Makefile
9 lines
150 B
Makefile
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
|
|
# $FreeBSD$
|
|
|
|
SRCS= ypbind.c yp_ping.c
|
|
PROG= ypbind
|
|
MAN= ypbind.8
|
|
CFLAGS+=-DDAEMON
|
|
|
|
.include <bsd.prog.mk>
|