Home | History | Annotate | Line # | Download | only in tls
      1 # $NetBSD: Makefile,v 1.8 2011/05/19 22:14:15 tsutsui Exp $
      2 # Tiny ls  (i.e. for boot media)
      3 
      4 WARNS?=		4
      5 PROG=		tls
      6 NOMAN=		# defined
      7 
      8 .include <bsd.prog.mk>
      9