8 lines
142 B
Makefile
8 lines
142 B
Makefile
# $NetBSD: Makefile,v 1.7 2001/12/12 00:05:11 tv Exp $
|
|
# Tiny ls (i.e. for boot media)
|
|
|
|
PROG= tls
|
|
NOMAN= # defined
|
|
|
|
.include <bsd.prog.mk>
|