Files
pcas/configure/os/CONFIG.UnixCommon.Common
2003-03-18 22:45:03 +00:00

19 lines
412 B
Plaintext

# CONFIG.UnixCommon.Common
#
# $Id$
# This file is maintained by the build community.
#
# Definitions common to unix hosts
# Sites may override these definitions in CONFIG_SITE.UnixCommon.Common
#-------------------------------------------------------
# Unix command definitions
CP = cp
MV = mv
RM = rm -f
MKDIR = mkdir
RMDIR = rm -rf
# Allow site overrides
-include $(CONFIG)/os/CONFIG_SITE.UnixCommon.Common