]> CyberLeo.Net >> Repos - FreeBSD/releng/10.1.git/blob - usr.bin/du/Makefile
- Use unsigned version of min() when handling arguments of SETFKEY ioctl.
[FreeBSD/releng/10.1.git] / usr.bin / du / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 PROG=   du
5 DPADD=  ${LIBUTIL}
6 LDADD=  -lutil
7
8 .include <bsd.prog.mk>