Subject: no Makefile in /sys/arch/sun3
To: None <port-sun3@NetBSD.ORG>
From: Kenneth Stailey <kstailey@leidecker.gsfc.nasa.gov>
List: port-sun3
Date: 04/21/1995 10:21:14
This blows up "make build" because "make cleandir" fails.

A stub Makefile:

NOPROG= noprog
NOMAN=  noman

.include <bsd.prog.mk>

would fix this.