diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-07-20 06:20:32 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-07-20 06:20:32 +0000 |
commit | 90e655ea4e3750a48b8b350adb823f0ace818f21 (patch) | |
tree | fb97d8f0fea8f93b6e8bb70b86e003cf5cbc2b79 /usr.sbin/yppush/Makefile | |
parent | 6161544ca763d8c1432b4b68ab5e84407d048e83 (diff) | |
download | src-test2-90e655ea4e3750a48b8b350adb823f0ace818f21.tar.gz src-test2-90e655ea4e3750a48b8b350adb823f0ace818f21.zip |
Notes
Diffstat (limited to 'usr.sbin/yppush/Makefile')
-rw-r--r-- | usr.sbin/yppush/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/usr.sbin/yppush/Makefile b/usr.sbin/yppush/Makefile index 5c82935844e9..7ce1c612e0e0 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 |