982f5d88ff
Submitted by: Mike Barcroft <mike@q9media.com>
10 lines
107 B
Makefile
10 lines
107 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= fmt
|
|
SRCS= fmt.c
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|