1# $FreeBSD$ 2 3PROG= limits 4DPADD= ${LIBUTIL} 5LDADD= -lutil 6WARNS?= 6 7 8.include <bsd.prog.mk> 9