diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2022-02-22 15:15:35 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2022-02-22 15:15:35 +0000 |
commit | cf8c3ad07f8d33c60a97363215009d931285a0c7 (patch) | |
tree | 9678daed1617625967d4062d0cf992e79f34b138 /usr.bin/Makefile | |
parent | 509233fd7d5acf1c6972b755144778d6186e77af (diff) |
Add a seq(1) command, similar to what is present in GNU and Plan9.
Adapted from the NetBSD version with some changes from FreeBSD.
OK gnezdo@
Diffstat (limited to 'usr.bin/Makefile')
-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 22027a4f753..a2173f9c55c 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.165 2021/10/13 15:04:53 kn Exp $ +# $OpenBSD: Makefile,v 1.166 2022/02/22 15:15:34 millert Exp $ .include <bsd.own.mk> @@ -21,7 +21,7 @@ SUBDIR= apply arch at aucat audioctl awk banner \ pkg-config pkill \ pr printenv printf quota radioctl rcs rdist rdistd \ readlink realpath renice rev rpcgen rpcinfo rs rsync rup rusers rwall \ - sdiff script sed sendbug shar showmount signify skey \ + sdiff seq script sed sendbug shar showmount signify skey \ skeyaudit skeyinfo skeyinit sndioctl sndiod snmp \ sort spell split ssh stat su systat \ tail talk tcpbench tee telnet tftp tic time timeout \ |