Fix typo, we've got a termcap.mini but not a termcap.vt100
This commit is contained in:
parent
ede2cc5a67
commit
8c3f058391
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.2 2002/04/13 13:24:25 lukem Exp $
|
# $NetBSD: Makefile,v 1.3 2002/04/14 13:46:36 chris Exp $
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
.include "${_SRC_TOP_}/distrib/Makefile.inc"
|
.include "${_SRC_TOP_}/distrib/Makefile.inc"
|
||||||
|
@ -15,7 +15,7 @@ MTREECONF= ${DISTRIBDIR}/common/mtree.common
|
||||||
IMAGEENDIAN= le
|
IMAGEENDIAN= le
|
||||||
MAKEDEVTARGETS= ramdisk
|
MAKEDEVTARGETS= ramdisk
|
||||||
IMAGEDEPENDS= ${CRUNCHBIN} \
|
IMAGEDEPENDS= ${CRUNCHBIN} \
|
||||||
disktab.preinstall dot.hdprofile dot.profile termcap.vt100 \
|
disktab.preinstall dot.hdprofile dot.profile termcap.mini \
|
||||||
${_SRC_TOP_}/etc/group ${_SRC_TOP_}/etc/master.passwd \
|
${_SRC_TOP_}/etc/group ${_SRC_TOP_}/etc/master.passwd \
|
||||||
${_SRC_TOP_}/etc/netconfig ${_SRC_TOP_}/etc/protocols \
|
${_SRC_TOP_}/etc/netconfig ${_SRC_TOP_}/etc/protocols \
|
||||||
${_SRC_TOP_}/etc/services
|
${_SRC_TOP_}/etc/services
|
||||||
|
|
Loading…
Reference in New Issue