714f0adda1
Added conditional definition for _PATH_YP in yppush.c in case _PATH_YP isn't defined anywhere else.
8 lines
108 B
Makefile
8 lines
108 B
Makefile
|
|
PROG= yppush
|
|
MAN8= yppush.8
|
|
|
|
SRCS= yppush.c yppush_s.c yp_clnt.c yp_xdr.c ypclnt.c
|
|
|
|
.include <bsd.prog.mk>
|