NetBSD/usr.bin/paste/Makefile
dsl ec40cf92c2 Rewrite parallel() so that it uses fgetln() instead of fgets() so that
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....
2006-03-31 18:59:52 +00:00

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>