diff options
Diffstat (limited to 'sbin/gbde')
-rw-r--r-- | sbin/gbde/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/gbde/Makefile b/sbin/gbde/Makefile index 25fe7d8..a8ca939 100644 --- a/sbin/gbde/Makefile +++ b/sbin/gbde/Makefile @@ -23,8 +23,8 @@ CFLAGS+= -I${.CURDIR}/../../sys CLEANFILES+= template.c MAN= gbde.8 -DPADD= ${LIBMD} ${LIBUTIL} ${LIBGEOM} ${LIBBSDXML} ${LIBSBUF} -LDADD= -lmd -lutil -lgeom -lbsdxml -lsbuf +DPADD= ${LIBMD} ${LIBUTIL} ${LIBGEOM} +LDADD= -lmd -lutil -lgeom template.c: template.txt file2c 'const char template[] = {' ',0};' \ |