freebsd-dev/usr.bin/seq/Makefile
Baptiste Daroussin 3e11bd9e2a Convert to usr.bin/ to LIBADD
Reduce overlinking
2014-11-25 14:29:10 +00:00

9 lines
122 B
Makefile

# $NetBSD: Makefile,v 1.3 2009/04/14 22:15:26 lukem Exp $
# $FreeBSD$
PROG= seq
LIBADD= m
.include <bsd.prog.mk>