freebsd-nq/gnu/usr.bin/yppush/Makefile
Bill Paul 714f0adda1 Wrote manual page for yppush and edited Makefile to install it.
Added conditional definition for _PATH_YP in yppush.c in case _PATH_YP
isn't defined anywhere else.
1995-02-05 21:48:04 +00:00

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>