From 0f91d7050c2cfcbefce53e891c6df5c30ee33a63 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 20 May 2002 16:42:15 +0000 Subject: [PATCH] Style. --- usr.bin/makewhatis/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/usr.bin/makewhatis/Makefile b/usr.bin/makewhatis/Makefile index d3e632f40c77..4cd2e65b334a 100644 --- a/usr.bin/makewhatis/Makefile +++ b/usr.bin/makewhatis/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PROG= makewhatis - -DPADD+= ${LIBZ} -LDADD+= -lz +DPADD= ${LIBZ} +LDADD= -lz .include