aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/whereis/pathnames.h
diff options
context:
space:
mode:
authorJohan Karlsson <johan@FreeBSD.org>2002-07-25 23:04:31 +0000
committerJohan Karlsson <johan@FreeBSD.org>2002-07-25 23:04:31 +0000
commit103d66460c2154040ed1adba896258932911f276 (patch)
tree5209c78bc587618a6c904cef94cb2307ebcae7c6 /usr.bin/whereis/pathnames.h
parente27721859252d0457d674a9292a88096a0c90f42 (diff)
downloadsrc-103d66460c2154040ed1adba896258932911f276.tar.gz
src-103d66460c2154040ed1adba896258932911f276.zip
Define all paths in pathnames.h
Approved by: joerg, sheldonh (mentor)
Notes
Notes: svn path=/head/; revision=100691
Diffstat (limited to 'usr.bin/whereis/pathnames.h')
-rw-r--r--usr.bin/whereis/pathnames.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/whereis/pathnames.h b/usr.bin/whereis/pathnames.h
index 569c72ee491d..fce4274e6447 100644
--- a/usr.bin/whereis/pathnames.h
+++ b/usr.bin/whereis/pathnames.h
@@ -25,6 +25,10 @@
* $FreeBSD$
*/
+/* Where to look for libexec and games */
+#define PATH_LIBEXEC "/usr/libexec"
+#define PATH_GAMES "/usr/games"
+
/* Where to look for sources. */
#define PATH_SOURCES \
"/usr/src/bin:/usr/src/usr.bin:/usr/src/sbin:" \