Point to "tls" instead of pretending that it's called "ls".
Fixes build problem after recent change to crunchgen. Reviewed by chs.
This commit is contained in:
parent
c31da5e397
commit
fe6da2167d
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $NetBSD: list,v 1.2 2003/01/19 12:26:55 tsutsui Exp $
|
||||
# $NetBSD: list,v 1.3 2004/10/18 15:45:11 he Exp $
|
||||
#
|
||||
# ramdisk/list - packing list for the ramdisk.
|
||||
#
|
||||
|
@ -46,7 +46,7 @@ SRCDIRS bin sbin usr.bin distrib/utils
|
|||
|
||||
# From /usr/src/distrib/utils:
|
||||
PROG bin/dd
|
||||
PROG bin/ls
|
||||
PROG bin/tls bin/ls
|
||||
PROG bin/rsh
|
||||
PROG bin/ssh bin/sh bin/-sh
|
||||
# PROG bin/tftp
|
||||
|
@ -83,7 +83,7 @@ LIBS libhack.o -lrmt -lutil -lz
|
|||
|
||||
# These are built with special flags to save a little space.
|
||||
SPECIAL ifconfig srcdir distrib/utils/x_ifconfig
|
||||
SPECIAL ls srcdir distrib/utils/tls
|
||||
SPECIAL tls srcdir distrib/utils/tls
|
||||
SPECIAL route srcdir distrib/utils/x_route
|
||||
SPECIAL ssh srcdir distrib/utils/ssh
|
||||
SPECIAL umount srcdir distrib/utils/x_umount
|
||||
|
|
Loading…
Reference in New Issue