Ignore machine-check MSRs
[freebsd-src/fkvm-freebsd.git] / usr.sbin / pkg_install / delete / delete.h
blobe0aeca52b1547a1ff4e9368ff4513a4646ec376c
1 /* $FreeBSD$ */
3 /*
4 * FreeBSD install - a package for the installation and maintainance
5 * of non-core utilities.
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:
10 * 1. Redistributions of source code must retain the above copyright
11 * notice, this list of conditions and the following disclaimer.
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
14 * documentation and/or other materials provided with the distribution.
16 * Jordan K. Hubbard
17 * 18 July 1993
19 * Include and define various things wanted by the delete command.
23 #ifndef _INST_DELETE_H_INCLUDE
24 #define _INST_DELETE_H_INCLUDE
26 extern char *Prefix;
27 extern Boolean CleanDirs;
28 extern Boolean Interactive;
29 extern Boolean NoDeInstall;
30 extern Boolean Recursive;
31 extern char *Directory;
32 extern char *PkgName;
33 extern match_t MatchType;
35 #endif /* _INST_DELETE_H_INCLUDE */