1f82591eba
cases and broke the world in some cases. Fixed style bugs for DPADD and LDADD (don't use += for variables defined only once).
10 lines
124 B
Makefile
10 lines
124 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= du
|
|
CFLAGS+= -Wall
|
|
DPADD= ${LIBM}
|
|
LDADD= -lm
|
|
|
|
.include <bsd.prog.mk>
|