1438aefc25
PR: bin/5901, bin/12242, bin/19071 Submitted by: Gareth McCaughan <gjm11@dpmms.cam.ac.uk> Obtained from: OpenBSD + ctype(3), WARNS=2, and manpage cleanup MFC after: 2 weeks
10 lines
106 B
Makefile
10 lines
106 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= fmt
|
|
SRCS= fmt.c
|
|
|
|
WARNS= 2
|
|
|
|
.include <bsd.prog.mk>
|