1# $NetBSD: Makefile,v 1.1 2018/07/24 15:26:16 christos Exp $ 2 3WARNS?= 6 4 5.include <bsd.own.mk> 6 7PROG= base64 8 9.include <bsd.prog.mk> 10