9b64288b04
later on.
12 lines
179 B
Makefile
12 lines
179 B
Makefile
# $NetBSD: Makefile,v 1.4 2000/05/18 01:10:26 matt Exp $
|
|
# Tiny ls (i.e. for boot media)
|
|
|
|
PROG= tls
|
|
MKMAN= no
|
|
COPTS+= -Os
|
|
LDSTATIC?=-static
|
|
|
|
all: ${PROG}
|
|
|
|
.include <bsd.prog.mk>
|