Include bsd.prefs.mk before testing OPSYS.
This commit is contained in:
parent
c55caad28b
commit
407281b82e
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# $NetBSD: Makefile.common,v 1.4 2004/03/03 01:53:40 jeremy-c-reed Exp $
|
||||
# $Id: Makefile.common,v 1.4 2004/03/03 01:53:40 jeremy-c-reed Exp $
|
||||
# $NetBSD: Makefile.common,v 1.5 2004/03/04 14:53:01 thomasklausner Exp $
|
||||
# $Id: Makefile.common,v 1.5 2004/03/04 14:53:01 thomasklausner Exp $
|
||||
#
|
||||
|
||||
# XXX When changing, be sure to run "make makesum" in libuuid directory too.
|
||||
|
@ -19,6 +19,8 @@ USE_PKGLOCALEDIR= YES
|
|||
CONFIGURE_ENV+= ac_cv_path_MSGFMT=${LOCALBASE}/bin/msgfmt
|
||||
CONFIGURE_ARGS+= --enable-elf-shlibs
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.if ${OPSYS} != "Linux"
|
||||
CONFIGURE_ARGS+= --disable-fsck
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue