summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-04-16 11:54:11 +0000
committerru <ru@FreeBSD.org>2003-04-16 11:54:11 +0000
commit23b30371f81dfe79f528e11ca4eeb87c75bc68cb (patch)
tree5101f67c3e23b1aa26f88ef3a2f3c562c43d4b10 /sbin
parent3147b5d4bc8dcd73280e4ab72af4c83e6cbad5bf (diff)
downloadFreeBSD-src-23b30371f81dfe79f528e11ca4eeb87c75bc68cb.zip
FreeBSD-src-23b30371f81dfe79f528e11ca4eeb87c75bc68cb.tar.gz
Normalize, fix ``make checkdpadd''.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/gbde/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/sbin/gbde/Makefile b/sbin/gbde/Makefile
index efc17b6..25fe7d8 100644
--- a/sbin/gbde/Makefile
+++ b/sbin/gbde/Makefile
@@ -23,13 +23,14 @@ CFLAGS+= -I${.CURDIR}/../../sys
CLEANFILES+= template.c
MAN= gbde.8
-LDADD= -lmd -lutil -lgeom -lbsdxml -lsbuf
+DPADD= ${LIBMD} ${LIBUTIL} ${LIBGEOM} ${LIBBSDXML} ${LIBSBUF}
+LDADD= -lmd -lutil -lgeom -lbsdxml -lsbuf
-.include <bsd.prog.mk>
-
-template.c: template.txt
+template.c: template.txt
file2c 'const char template[] = {' ',0};' \
< ${.CURDIR}/template.txt > template.c
-test: ${PROG}
+test: ${PROG}
sh ${.CURDIR}/test.sh
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud