ec40cf92c2
horrid nasty things don't happen when the input lines are the same size as the buffer. Simplify by using an array of 'FILE *' instead of a linked list so that is possible to appease coverty (SID:1598) by freeing the memory. Also fclose() the input lines when they are consumed. Code still modifies optarg strings....
8 lines
146 B
Makefile
8 lines
146 B
Makefile
# $NetBSD: Makefile,v 1.4 2006/03/31 18:59:52 dsl Exp $
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= paste
|
|
WARNS= 4
|
|
|
|
.include <bsd.prog.mk>
|