mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 09:41:05 -04:00
14 lines
219 B
Makefile
14 lines
219 B
Makefile
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
|
|
|
|
YPSERV=${SRCTOP}/usr.sbin/ypserv/common
|
|
.PATH: ${YPSERV}
|
|
|
|
PACKAGE= yp
|
|
PROG= ypwhich
|
|
SRCS= yplib_host.c ypwhich.c
|
|
|
|
CFLAGS+= -I${YPSERV} -I.
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|