From 9c97c8f02d579c6988b1d150fd1c0fa8dacf2e87 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 20 Jul 2001 06:20:32 +0000 Subject: Perform a major cleanup of the usr.sbin Makefiles. These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. --- usr.sbin/yppush/Makefile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'usr.sbin/yppush') diff --git a/usr.sbin/yppush/Makefile b/usr.sbin/yppush/Makefile index 5c82935..7ce1c61 100644 --- a/usr.sbin/yppush/Makefile +++ b/usr.sbin/yppush/Makefile @@ -1,20 +1,19 @@ # $FreeBSD$ +RPCDIR= ${.CURDIR}/../../include/rpcsvc +.PATH: ${RPCDIR} ${.CURDIR}/../../usr.sbin/ypserv \ + ${.CURDIR}/../../libexec/ypxfr + PROG= yppush +MAN= yppush.8 SRCS= ypxfr_getmap.c yp_dblookup.c yp_error.c ypxfr_misc.c yppush_main.c \ ${GENSRCS} GENSRCS=yp.h yp_clnt.c yppush_svc.c -MAN= yppush.8 +CFLAGS+= -I. -I${.CURDIR}/../../libexec/ypxfr -CFLAGS+=-I. -I${.CURDIR}/../../libexec/ypxfr - -RPCDIR= ${.CURDIR}/../../include/rpcsvc RPCGEN= rpcgen -C -.PATH: ${RPCDIR} ${.CURDIR}/../../usr.sbin/ypserv \ - ${.CURDIR}/../../libexec/ypxfr - CLEANFILES= ${GENSRCS} yppush_svc.c: yp.x -- cgit v1.1