NetBSD/usr.bin/base64/Makefile

8 lines
176 B
Makefile

# $NetBSD: Makefile,v 1.3 2024/05/02 15:45:36 christos Exp $
PROG= base64
WARNS?= 6 # instead of 5 from usr.bin
#LINTFLAGS+= -T # strict bool mode
.include <bsd.prog.mk>