xref: /netbsd-src/usr.bin/base64/Makefile (revision 35564cfd71cffd3e042252211fb0b27b4bf9448d)
1#	$NetBSD: Makefile,v 1.3 2024/05/02 15:45:36 christos Exp $
2
3PROG=		base64
4WARNS?=		6		# instead of 5 from usr.bin
5#LINTFLAGS+=	-T		# strict bool mode
6
7.include <bsd.prog.mk>
8