mirror of
https://github.com/openbsd/src.git
synced 2024-12-22 07:27:59 -08:00
d697e2c491
o Realloc cleanup. o Some long vs int cleanup. o Implement the Posix defined 0 as -o field value, meaning the join field. o Allow both -a 1 and -a1, and warn if the backward compatibility "-a without a number" is used. ok millert@ deraadt@
7 lines
109 B
Makefile
7 lines
109 B
Makefile
# $OpenBSD: Makefile,v 1.3 2003/12/12 10:38:44 otto Exp $
|
|
|
|
PROG= join
|
|
CFLAGS+= -Wall
|
|
|
|
.include <bsd.prog.mk>
|