Bootstrap gencat(1).
OK'ed by: phantom
This commit is contained in:
parent
d5bbad8372
commit
8945135e1f
@ -775,6 +775,10 @@ _groff= gnu/usr.bin/groff/tmac
|
|||||||
_cap_mkdb= usr.bin/cap_mkdb
|
_cap_mkdb= usr.bin/cap_mkdb
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${BOOTSTRAPPING} < 600017
|
||||||
|
_gencat= usr.bin/gencat
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${BOOTSTRAPPING} < 600016
|
.if ${BOOTSTRAPPING} < 600016
|
||||||
_mklocale= usr.bin/mklocale
|
_mklocale= usr.bin/mklocale
|
||||||
.endif
|
.endif
|
||||||
@ -792,6 +796,7 @@ bootstrap-tools:
|
|||||||
gnu/usr.bin/texinfo \
|
gnu/usr.bin/texinfo \
|
||||||
${_cap_mkdb} \
|
${_cap_mkdb} \
|
||||||
usr.bin/colldef \
|
usr.bin/colldef \
|
||||||
|
${_gencat} \
|
||||||
usr.bin/lorder \
|
usr.bin/lorder \
|
||||||
usr.bin/makewhatis \
|
usr.bin/makewhatis \
|
||||||
${_mklocale} \
|
${_mklocale} \
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
* is created, otherwise 1.
|
* is created, otherwise 1.
|
||||||
*/
|
*/
|
||||||
#undef __FreeBSD_version
|
#undef __FreeBSD_version
|
||||||
#define __FreeBSD_version 600016 /* Master, propagated to newvers */
|
#define __FreeBSD_version 600017 /* Master, propagated to newvers */
|
||||||
|
|
||||||
#ifndef LOCORE
|
#ifndef LOCORE
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
@ -14,6 +14,11 @@ BOOTSTRAPPING?= 0
|
|||||||
INCS+= runefile.h
|
INCS+= runefile.h
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
# usr.bin/gencat needs <nl_types.h>.
|
||||||
|
.if ${BOOTSTRAPPING} < 600017
|
||||||
|
INCS+= nl_types.h
|
||||||
|
.endif
|
||||||
|
|
||||||
.if empty(SRCS)
|
.if empty(SRCS)
|
||||||
SRCS= dummy.c
|
SRCS= dummy.c
|
||||||
.endif
|
.endif
|
||||||
|
Loading…
Reference in New Issue
Block a user