1# $NetBSD: Makefile,v 1.1 2020/12/27 21:13:18 reinoud Exp $ 2 3WARNS= 3 4PROG= resize 5SRCS= resize.c xstrings.c 6 7.include <bsd.prog.mk> 8