diff options
Diffstat (limited to 'usr.sbin/yp_mkdb/Makefile')
-rw-r--r-- | usr.sbin/yp_mkdb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/yp_mkdb/Makefile b/usr.sbin/yp_mkdb/Makefile index 42c291c..a3bb567 100644 --- a/usr.sbin/yp_mkdb/Makefile +++ b/usr.sbin/yp_mkdb/Makefile @@ -3,6 +3,8 @@ PROG= yp_mkdb SRCS= yp_mkdb.c yp_dblookup.c yp_dbwrite.c +MAN= yp_mkdb.8 + .PATH: ${.CURDIR}/../../libexec/ypxfr ${.CURDIR}/../ypserv CFLAGS+= -Dyp_error=warnx -I${.CURDIR}/../../libexec/ypxfr |