Home | History | Annotate | Line # | Download | only in base64
Makefile revision 1.2
      1  1.2    rillig #	$NetBSD: Makefile,v 1.2 2023/08/11 02:43:59 rillig Exp $
      2  1.1  christos 
      3  1.1  christos PROG=		base64
      4  1.2    rillig WARNS?=		6		# instead of 5 from usr.bin
      5  1.2    rillig LINTFLAGS+=	-T		# strict bool mode
      6  1.1  christos 
      7  1.1  christos .include <bsd.prog.mk>
      8