1 /* $NetBSD: global.c,v 1.5 2009/02/02 12:35:01 joerg Exp $ */
10 __RCSID("$NetBSD: global.c,v 1.5 2009/02/02 12:35:01 joerg Exp $");
13 * FreeBSD install - a package for the installation and maintainance
14 * of non-core utilities.
16 * Redistribution and use in source and binary forms, with or without
17 * modification, are permitted provided that the following conditions
19 * 1. Redistributions of source code must retain the above copyright
20 * notice, this list of conditions and the following disclaimer.
21 * 2. Redistributions in binary form must reproduce the above copyright
22 * notice, this list of conditions and the following disclaimer in the
23 * documentation and/or other materials provided with the distribution.
29 * Semi-convenient place to stick some needed globals.
35 /* These are global for all utils */
36 Boolean Verbose
= FALSE
;
38 Boolean Force
= FALSE
;