diff options
author | 2010-08-18 20:21:53 +0000 | |
---|---|---|
committer | 2010-08-18 20:21:53 +0000 | |
commit | 5160a3c304df1c57af4c7f7bb4c5419f50ec89d3 (patch) | |
tree | 8b152823960a9c40be74b348e973849430a24d0a | |
parent | regen (diff) | |
download | wireguard-openbsd-5160a3c304df1c57af4c7f7bb4c5419f50ec89d3.tar.xz wireguard-openbsd-5160a3c304df1c57af4c7f7bb4c5419f50ec89d3.zip |
remove -p option option from install of heimdal.info
ok deraadt@
-rw-r--r-- | kerberosV/doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosV/doc/Makefile b/kerberosV/doc/Makefile index 8ac623607a1..1e5400c67c3 100644 --- a/kerberosV/doc/Makefile +++ b/kerberosV/doc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.6 2008/08/30 01:16:30 brad Exp $ +# $Id: Makefile,v 1.7 2010/08/18 20:21:53 david Exp $ KRBDEPTH=.. .include "../Makefile.inc" @@ -21,7 +21,7 @@ all: $(info) install: $(info) $(INSTALL-INFO) ${.OBJDIR}/$(info) $(infodir)/dir - ${INSTALL} ${INSTALL_COPY} -m 444 -o ${BINOWN} -g ${BINGRP} -p ${.OBJDIR}/$(info) $(infodir) + ${INSTALL} ${INSTALL_COPY} -m 444 -o ${BINOWN} -g ${BINGRP} ${.OBJDIR}/$(info) $(infodir) $(info): $(SRCS) ${MAKEINFO} --no-split -I${KRB5SRC}/doc -o ${.OBJDIR}/$@ ${KRB5SRC}/doc/heimdal.texi |