freebsd-dev/usr.bin/limits/Makefile

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

14 lines
144 B
Makefile
Raw Normal View History

# $FreeBSD$
.include <src.opts.mk>
PACKAGE= runtime
PROG= limits
LIBADD= util
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>