Remove realall references from initial NetBSD import in r219019.
We've never had a realall. Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
57b5a84431
commit
73465ff7c7
@ -32,7 +32,6 @@ FILES+= charset.pivot charset.pivot.pvdb
|
||||
CLEANFILES+= charset.pivot charset.pivot.pvdb
|
||||
|
||||
all: ${FILES}
|
||||
realall: ${FILES}
|
||||
|
||||
.include "./Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -73,7 +73,6 @@ FILES+= ${MAPS}
|
||||
CLEANFILES+= ${MAPS}
|
||||
.endif
|
||||
|
||||
realall: all
|
||||
all: ${FILES} mapper.dir.${ESUBDIR} charset.pivot.${ESUBDIR}
|
||||
|
||||
.include "./Makefile.inc"
|
||||
|
@ -29,7 +29,6 @@ esdb.alias.db: esdb.alias
|
||||
${MKESDB} -m -o ${.TARGET} ${.ALLSRC}
|
||||
|
||||
all: ${FILES}
|
||||
realall: ${FILES}
|
||||
|
||||
.include "./Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -60,8 +60,7 @@ esdb.alias.${ESUBDIR}: ${PARTFILE} ${ALIASFILE}
|
||||
.endfor
|
||||
echo >>${.TARGET}
|
||||
|
||||
all: realall
|
||||
realall: esdb.dir.${ESUBDIR} esdb.alias.${ESUBDIR} codesets
|
||||
all: esdb.dir.${ESUBDIR} esdb.alias.${ESUBDIR} codesets
|
||||
codesets: ${ESDB}
|
||||
|
||||
.if !defined(NO_PREPROC)
|
||||
|
Loading…
Reference in New Issue
Block a user