1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 07:27:59 -08:00
openbsd-src/usr.bin/join/Makefile
otto d697e2c491 Update, mostly from FreeBSD:
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@
2003-12-12 10:38:44 +00:00

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>