Normalize, fix ``make checkdpadd''.

This commit is contained in:
Ruslan Ermilov 2003-04-16 11:54:11 +00:00
parent 9d05db9df5
commit 5ea3e23965
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113558

View File

@ -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>