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