diff options
author | 2013-09-08 19:00:31 +0000 | |
---|---|---|
committer | 2013-09-08 19:00:31 +0000 | |
commit | 2e52b2df6a53c0d2e1662cca64935bca3b28d0e8 (patch) | |
tree | bc43b79e222c3b92cef6c1c7f7314951b5015d74 | |
parent | Import nl(1) from the NetBSD source tree, with local changes discussed (diff) | |
download | wireguard-openbsd-2e52b2df6a53c0d2e1662cca64935bca3b28d0e8.tar.xz wireguard-openbsd-2e52b2df6a53c0d2e1662cca64935bca3b28d0e8.zip |
Hook up nl(1).
-rw-r--r-- | usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 05104174eb1..1f803c53e70 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.133 2013/07/05 21:38:35 miod Exp $ +# $OpenBSD: Makefile,v 1.134 2013/09/08 19:00:31 jca Exp $ .include <bsd.own.mk> @@ -16,7 +16,7 @@ SUBDIR= apply apropos arch asa at aucat audioctl awk banner \ m4 mail make man mandoc mesg mg \ midiplay mixerctl mkdep mklocale mkstr mktemp modstat nc netstat \ newsyslog \ - nfsstat nice nm nohup oldrdist pagesize passwd paste patch pctr \ + nfsstat nice nm nl nohup oldrdist pagesize passwd paste patch pctr \ pkg-config pkill \ pr printenv printf quota radioctl rcs rdist rdistd \ readlink renice rev rpcgen rpcinfo rs rsh rup ruptime rusers rwall \ |