xref: /netbsd-src/distrib/utils/tls/Makefile (revision a628ef7c5c849686ec751f9d8e3c2bea3b4eb3ec)
1# $NetBSD: Makefile,v 1.8 2011/05/19 22:14:15 tsutsui Exp $
2# Tiny ls  (i.e. for boot media)
3
4WARNS?=		4
5PROG=		tls
6NOMAN=		# defined
7
8.include <bsd.prog.mk>
9