7 lines
138 B
Makefile
7 lines
138 B
Makefile
# from: @(#)Makefile 5.5 (Berkeley) 5/11/90
|
|
# $Id: Makefile,v 1.2 1993/07/31 15:22:41 mycroft Exp $
|
|
|
|
PROG= fsplit
|
|
|
|
.include <bsd.prog.mk>
|