]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/limits/Makefile
Fix an error in the EXAMPLES section of getopt(1), which is based on
[FreeBSD/FreeBSD.git] / usr.bin / limits / Makefile
1 # $FreeBSD$
2
3 PROG=   limits
4 DPADD=  ${LIBUTIL}
5 LDADD=  -lutil
6
7 .include <bsd.prog.mk>