mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
Add -I${.CURDIR}/../../libexec/ypxfr to CFLAGS so we can see ypxfr_extern.h.
This commit is contained in:
parent
16c61233c0
commit
1ccb141f89
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16157
@ -1,4 +1,4 @@
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1996/04/28 04:16:05 wpaul Exp $
|
||||
|
||||
PROG= yp_mkdb
|
||||
SRCS= yp_mkdb.c yp_dblookup.c yp_dbwrite.c
|
||||
@ -7,7 +7,7 @@ MAN8= yp_mkdb.8
|
||||
|
||||
.PATH: ${.CURDIR}/../../libexec/ypxfr ${.CURDIR}/../ypserv
|
||||
|
||||
CFLAGS+= -Dyp_error=warnx
|
||||
CFLAGS+= -Dyp_error=warnx -I${.CURDIR}/../../libexec/ypxfr
|
||||
CFLAGS+= -I${.CURDIR}/../../usr.sbin/ypserv
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user