# @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD: src/usr.bin/du/Makefile,v 1.4.2.1 2000/07/02 10:45:29 ps Exp $ # $DragonFly: src/usr.bin/du/Makefile,v 1.2 2003/06/17 04:29:26 dillon Exp $ PROG= du CFLAGS+= -Wall DPADD= ${LIBM} LDADD= -lm .include