Include bsd.prefs.mk before testing OPSYS.

This commit is contained in:
Thomas Klausner 2004-03-04 14:53:01 +00:00
parent c55caad28b
commit 407281b82e

View file

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