diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1996-06-06 17:01:53 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1996-06-06 17:01:53 +0000 |
| commit | 1ccb141f8978092ff1f013cf44138c6d7c1000ac (patch) | |
| tree | aae6c2a76c78237c717a4fb6bbe0bd996f38bcec | |
| parent | 16c61233c02e27d6a3b17f28b34a8d98c1a4fade (diff) | |
Notes
| -rw-r--r-- | usr.sbin/yp_mkdb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/yp_mkdb/Makefile b/usr.sbin/yp_mkdb/Makefile index 74266639c270..443f46ed53c9 100644 --- a/usr.sbin/yp_mkdb/Makefile +++ b/usr.sbin/yp_mkdb/Makefile @@ -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> |
