clean up man files copied during build
also.. while we are putting the pages into different sections, lets change the manpage contents to reflect that
This commit is contained in:
parent
a6c55fbbe4
commit
e9bb66e7cf
7
external/bsd/ntp/bin/ntp-keygen/Makefile
vendored
7
external/bsd/ntp/bin/ntp-keygen/Makefile
vendored
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.2 2010/08/28 15:42:46 kardel Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2011/02/26 19:17:37 plunky Exp $
|
||||
|
||||
NOGCCERROR=yes
|
||||
|
||||
@ -24,6 +24,9 @@ CPPFLAGS+=-I${IDIST}/include -I${IDIST}/libopts
|
||||
.PATH: ${DIST}
|
||||
|
||||
ntp-keygen.8: ntp-keygen.1
|
||||
@cp $? $@
|
||||
${_MKTARGET_BUILD}
|
||||
${TOOL_SED} -e "s,NTP-KEYGEN 1,NTP-KEYGEN 8," $? > $@
|
||||
|
||||
CLEANFILES+=ntp-keygen.8
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
7
external/bsd/ntp/bin/ntpd/Makefile
vendored
7
external/bsd/ntp/bin/ntpd/Makefile
vendored
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.7 2010/12/04 23:08:33 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2011/02/26 19:17:37 plunky Exp $
|
||||
|
||||
#NOGCCERROR=yes
|
||||
|
||||
@ -86,7 +86,10 @@ CPPFLAGS+=-I${IDIST}/include -I${IDIST}/libopts
|
||||
.PATH: ${DIST}
|
||||
|
||||
ntpd.8: ntpd.1
|
||||
@cp $? $@
|
||||
${_MKTARGET_BUILD}
|
||||
${TOOL_SED} -e "s,NTPD 1,NTPD 8," $? > $@
|
||||
|
||||
CLEANFILES+=ntpd.8
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
|
7
external/bsd/ntp/bin/ntpdc/Makefile
vendored
7
external/bsd/ntp/bin/ntpdc/Makefile
vendored
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.3 2010/09/01 16:26:11 he Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2011/02/26 19:17:38 plunky Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
@ -23,6 +23,9 @@ CPPFLAGS+=-I${IDIST}/include -I${IDIST}/libopts
|
||||
.PATH: ${DIST}
|
||||
|
||||
ntpdc.8: ntpdc.1
|
||||
@cp $? $@
|
||||
${_MKTARGET_BUILD}
|
||||
${TOOL_SED} -e "s,NTPDC 1,NTPDC 8," $? > $@
|
||||
|
||||
CLEANFILES+=ntpdc.8
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
6
external/bsd/ntp/bin/ntpq/Makefile
vendored
6
external/bsd/ntp/bin/ntpq/Makefile
vendored
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.3 2010/09/01 16:43:39 he Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2011/02/26 19:17:38 plunky Exp $
|
||||
|
||||
# NOGCCERROR=yes
|
||||
|
||||
@ -25,5 +25,9 @@ CPPFLAGS+=-I${IDIST}/include -I${IDIST}/libopts
|
||||
|
||||
ntpq.8: ntpq.1
|
||||
@cp $? $@
|
||||
${_MKTARGET_BUILD}
|
||||
${TOOL_SED} -e "s,NTPQ 1,NTPQ 8," $? > $@
|
||||
|
||||
CLEANFILES+=ntpq.8
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user