mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-08 06:39:21 -04:00
9 lines
158 B
Makefile
9 lines
158 B
Makefile
# $NetBSD: Makefile,v 1.8 2011/05/19 22:14:15 tsutsui Exp $
|
|
# Tiny ls (i.e. for boot media)
|
|
|
|
WARNS?= 4
|
|
PROG= tls
|
|
NOMAN= # defined
|
|
|
|
.include <bsd.prog.mk>
|