freebsd_amp_hwpstate/usr.bin/limits/Makefile

8 lines
82 B
Makefile

# $FreeBSD$
PROG= limits
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>