1e69cb63f4
* Add _SC_LINE_MAX to unistd.h (value of 15 from NetBSD). * Add _SC_LINE_MAX case to sysconf(3) in libc. * usr.bin/nl itself required no Minix specific changes. Change-Id: I10f056ccdf4f212beb1272f735f41303e5036c05
7 lines
133 B
Makefile
7 lines
133 B
Makefile
# $NetBSD: Makefile,v 1.4 2011/08/16 12:00:46 christos Exp $
|
|
|
|
PROG= nl
|
|
|
|
COPTS.nl.c += -Wno-format-nonliteral
|
|
|
|
.include <bsd.prog.mk>
|