From 03c47dc9cdc895eb356e1b92ab37e701f6f216de Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 27 Mar 2001 16:45:16 +0000 Subject: Fix LDADD and add missing DPADD. --- usr.sbin/extattrctl/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'usr.sbin/extattrctl') diff --git a/usr.sbin/extattrctl/Makefile b/usr.sbin/extattrctl/Makefile index 9a0a22aeaf75..d0c96792f83e 100644 --- a/usr.sbin/extattrctl/Makefile +++ b/usr.sbin/extattrctl/Makefile @@ -1,7 +1,9 @@ # $FreeBSD$ + PROG= extattrctl MAN= extattrctl.8 -LDADD= ${LIBUTIL} -CFLAGS+= -g -Wall +DPADD= ${LIBUTIL} +LDADD= -lutil +CFLAGS+=-Wall .include -- cgit v1.3