7 lines
141 B
Makefile
7 lines
141 B
Makefile
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $Id: Makefile,v 1.3 1995/09/28 05:15:05 perry Exp $
|
|
|
|
PROG= fsplit
|
|
|
|
.include <bsd.prog.mk>
|