aboutsummaryrefslogtreecommitdiff
path: root/sbin/gbde/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/gbde/Makefile')
-rw-r--r--sbin/gbde/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/gbde/Makefile b/sbin/gbde/Makefile
index 019ee18f8af3..c33136b05e14 100644
--- a/sbin/gbde/Makefile
+++ b/sbin/gbde/Makefile
@@ -20,8 +20,7 @@ CFLAGS+= -I${.CURDIR}/../../sys
CLEANFILES+= template.c
MAN= gbde.8
-DPADD= ${LIBMD} ${LIBUTIL} ${LIBGEOM}
-LDADD= -lmd -lutil -lgeom
+LIBADD= md util geom
template.c: template.txt
file2c 'const char template[] = {' ',0};' \