freebsd-src/usr.bin/seq/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
173 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 2009/04/14 22:15:26 lukem Exp $
.include <src.opts.mk>
PROG= seq
LIBADD= m
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>