.include <bsd.lib.mk> to handle the pkgconfig file correctly (noted by veego).

This commit is contained in:
ghen 2010-06-03 10:38:34 +00:00
parent 2d399c649e
commit 7f1fb6416b
1 changed files with 2 additions and 1 deletions

View File

@ -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
PKGCONFIG= xkeyboard-config
.include <bsd.x11.mk>
.include <bsd.lib.mk>
.include <bsd.subdir.mk>