8 lines
143 B
Makefile
8 lines
143 B
Makefile
# $NetBSD: Makefile,v 1.4 2003/03/20 14:12:49 christos Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
WARNS=2
|
|
PROG= split
|
|
|
|
.include <bsd.prog.mk>
|