1994-05-27 12:33:43 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
2001-06-06 10:17:05 +00:00
|
|
|
# $FreeBSD$
|
1994-05-27 12:33:43 +00:00
|
|
|
|
|
|
|
PROG= fmt
|
2001-06-06 10:17:05 +00:00
|
|
|
SRCS= fmt.c
|
|
|
|
|
2001-06-22 21:38:30 +00:00
|
|
|
WARNS?= 2
|
1994-05-27 12:33:43 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|