.include <bsd.lib.mk> to handle the pkgconfig file correctly (noted by veego).
This commit is contained in:
parent
2d399c649e
commit
7f1fb6416b
|
@ -1,8 +1,9 @@
|
||||||
# $NetBSD: Makefile,v 1.3 2010/05/28 13:01:23 ghen Exp $
|
# $NetBSD: Makefile,v 1.4 2010/06/03 10:38:34 ghen Exp $
|
||||||
|
|
||||||
SUBDIR= compat geometry keycodes keymap rules semantics symbols types
|
SUBDIR= compat geometry keycodes keymap rules semantics symbols types
|
||||||
|
|
||||||
PKGCONFIG= xkeyboard-config
|
PKGCONFIG= xkeyboard-config
|
||||||
|
|
||||||
.include <bsd.x11.mk>
|
.include <bsd.x11.mk>
|
||||||
|
.include <bsd.lib.mk>
|
||||||
.include <bsd.subdir.mk>
|
.include <bsd.subdir.mk>
|
||||||
|
|
Loading…
Reference in New Issue