Properly depend on libexpat.

This commit is contained in:
cube 2008-10-05 17:43:04 +00:00
parent 47c0c4a814
commit de7e8342d2

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2008/10/05 17:35:13 cube Exp $
# $NetBSD: Makefile,v 1.2 2008/10/05 17:43:04 cube Exp $
.include <bsd.own.mk>
@ -8,7 +8,8 @@ PROG= xmlwf
SRCS= codepage.c unixfilemap.c xmlfile.c xmlwf.c
LDADD= -lexpat
LDADD+= -lexpat
DPADD+= ${LIBEXPAT}
.include <bsd.x11.mk>
.include <bsd.prog.mk>