cd4574a9b3
of str(l)cpy or rename; check said rename for failure. Set WARNS=4.
8 lines
150 B
Makefile
8 lines
150 B
Makefile
# $NetBSD: Makefile,v 1.5 2008/11/16 05:30:24 dholland Exp $
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= fsplit
|
|
WARNS=4
|
|
|
|
.include <bsd.prog.mk>
|