xref: /original-bsd/usr.sbin/update/pathnames.h (revision cc19c7cc)
1c47935e1Sbostic /*
2c47935e1Sbostic  * Copyright (c) 1989 The Regents of the University of California.
3c47935e1Sbostic  * All rights reserved.
4c47935e1Sbostic  *
5e1a0b129Sbostic  * %sccs.include.redist.c%
6c47935e1Sbostic  *
7*cc19c7ccSbostic  *	@(#)pathnames.h	5.3 (Berkeley) 04/19/91
8c47935e1Sbostic  */
9c47935e1Sbostic 
10*cc19c7ccSbostic #define	_PATH_BIN	"/bin"
11*cc19c7ccSbostic #define	_PATH_USR	"/usr"
12*cc19c7ccSbostic #define	_PATH_USRBIN	"/usr/bin"
13*cc19c7ccSbostic #define	_PATH_USRLIB	"/usr/lib"
14