f6751868e4
where necessary. Submitted by: Mike Barcroft <mike@q9media.com>
8 lines
101 B
Makefile
8 lines
101 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= fold
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|