summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-02-05 22:44:25 +0000
committerru <ru@FreeBSD.org>2004-02-05 22:44:25 +0000
commit743cc6d00297660ac72c8a7b391b0048d5699479 (patch)
tree687ecea23d9cd395958695d4b6773b1cd2bafea1 /usr.bin/xlint
parent5d21c38b892d54673b3a900d99c309419100136a (diff)
downloadFreeBSD-src-743cc6d00297660ac72c8a7b391b0048d5699479.zip
FreeBSD-src-743cc6d00297660ac72c8a7b391b0048d5699479.tar.gz
Fixed style of DPADD and LDADD assignments as per style.Makefile(5).
Diffstat (limited to 'usr.bin/xlint')
-rw-r--r--usr.bin/xlint/lint1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/xlint/lint1/Makefile b/usr.bin/xlint/lint1/Makefile
index 679ef48..b7f78c5 100644
--- a/usr.bin/xlint/lint1/Makefile
+++ b/usr.bin/xlint/lint1/Makefile
@@ -7,8 +7,8 @@ SRCS= cgram.y scan.l mem1.c mem.c err.c main1.c decl.c tree.c func.c \
MAN= lint.7
CLEANFILES= lint.7
-LDADD+= -ll -lm
-DPADD+= ${LIBL} ${LIBM}
+LDADD= -ll -lm
+DPADD= ${LIBL} ${LIBM}
CFLAGS+= -I. -I${.CURDIR}
LINTFLAGS=-aehpz
OpenPOWER on IntegriCloud