[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / seq

File: [local] / src / usr.bin / seq / Makefile (download)

Revision 1.1, Tue Feb 22 15:15:34 2022 UTC (2 years, 2 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, HEAD

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@

#	$OpenBSD: Makefile,v 1.1 2022/02/22 15:15:34 millert Exp $

PROG=	seq
CFLAGS+= -Wall
LDADD+=	-lm
DPADD+=	${LIBM}

.include <bsd.prog.mk>