Subject: Missing src / bad Makefile?
To: None <root@pgoyette.bdt.com>
From: Kenneth E. Stailey <kstailey@fenix1.dol-esa.gov>
List: current-users
Date: 05/22/1995 10:07:27
> Doing a "make build" fails on src/usr.bin/w with "Don't know how to make
> fmt.c" message.

"fmt.c" was part of ps.  As a stopgap measure you can copy fmt.c into
the "w" directory and add -I../../bin/ps to the CFLAGS in the Makefile
to pick up "ps.h".