diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2017-06-16 10:25:55 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2017-06-16 10:25:55 +0000 |
commit | 56378216a7af80d25a92bc732333cdbb3b757a4b (patch) | |
tree | e40a86d869bb7c558e18d5835a0031e79f2191c5 /usr.sbin/ypserv | |
parent | d190add5fb2fe18a8fb100112fb73d1cfe314c9d (diff) |
mark files as BUILDFIRST, or write explicit dependencies, so that most
programs will build even without a make depend first.
okay tb@ millert@
Diffstat (limited to 'usr.sbin/ypserv')
-rw-r--r-- | usr.sbin/ypserv/ypserv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ypserv/ypserv/Makefile b/usr.sbin/ypserv/ypserv/Makefile index 5d39212520c..dbbd288b316 100644 --- a/usr.sbin/ypserv/ypserv/Makefile +++ b/usr.sbin/ypserv/ypserv/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2015/10/26 10:12:46 deraadt Exp $ +# $OpenBSD: Makefile,v 1.13 2017/06/16 10:25:54 espie Exp $ PROG= ypserv MAN= ypserv.acl.5 securenet.5 ypserv.8 @@ -22,6 +22,7 @@ all: ypserv beforedepend: ${HDRS} ypv1.c: ypv1.h +BUILDFIRST = ${HDRS} ypv1.c: ypv1.x rpcgen -C -c ${.CURDIR}/ypv1.x -o ypv1.c |