blob: 3be69f7f4f1e8794113d26b617fb0aa9be70fbdb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/openbsd/make.defaults,v 1.1 2009/06/06 03:54:43 solar Exp $
# System-wide defaults for all OpenBSD profiles
# This file should rarely need to be changed
# 'Sane' defaults
ELIBC="OpenBSD"
KERNEL="OpenBSD"
# Not sure if OpenBSD can compile sandbox
FEATURES="-sandbox"
|