diff options
author | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2013-09-08 18:59:08 +0000 |
---|---|---|
committer | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2013-09-08 18:59:08 +0000 |
commit | 1b475a10cc22fa70d2da192ac52ece3491fcd958 (patch) | |
tree | 91041aa0658d5f2e589243ca84ed2a45a2daf0ff /usr.bin/nl/Makefile | |
parent | 03d22cf480cd738cb0597dd3b31156c2174deed4 (diff) |
Import nl(1) from the NetBSD source tree, with local changes discussed
on tech@, among which `-' syntax for stdin, multibyte delimiter support
(based on FreeBSD) and various code simplifications. Original diffs
from pascal@ and later Arto Jonsson (ajonsson at kapsi dot fi),
comments and work by others, especially millert@.
"That looks good to me." millert@
Diffstat (limited to 'usr.bin/nl/Makefile')
-rw-r--r-- | usr.bin/nl/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/nl/Makefile b/usr.bin/nl/Makefile new file mode 100644 index 00000000000..853779c6c75 --- /dev/null +++ b/usr.bin/nl/Makefile @@ -0,0 +1,6 @@ +# $OpenBSD: Makefile,v 1.1 2013/09/08 18:59:07 jca Exp $ +# $NetBSD: Makefile,v 1.4 2011/08/16 12:00:46 christos Exp $ + +PROG= nl + +.include <bsd.prog.mk> |