1 # $NetBSD: Makefile,v 1.6 2001/10/05 01:17:29 jmc Exp $ 2 # Tiny ls (i.e. for boot media) 3 4 PROG= tls 5 MKMAN= no 6 .if ${MACHINE_ARCH} != "sparc64" 7 DBG= -Os 8 .endif 9 LDSTATIC?=-static 10 11 all: ${PROG} 12 13 .include <bsd.prog.mk> 14
Indexes created Wed Oct 29 20:09:47 GMT 2025