summaryrefslogtreecommitdiff
path: root/dmake/unix/xenix/pwd/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'dmake/unix/xenix/pwd/config.mk')
-rw-r--r--dmake/unix/xenix/pwd/config.mk23
1 files changed, 0 insertions, 23 deletions
diff --git a/dmake/unix/xenix/pwd/config.mk b/dmake/unix/xenix/pwd/config.mk
deleted file mode 100644
index 095ff3587a68..000000000000
--- a/dmake/unix/xenix/pwd/config.mk
+++ /dev/null
@@ -1,23 +0,0 @@
-# This is the Sys VR3 PWD configuration file. It configures SysvR3 unix
-# versions of dmake to use a provided version of getcwd rather than the
-# standard library version that uses popen to capture the output of pwd.
-#
-
-osredir := $(OS)$(DIRSEPSTR)$(OSRELEASE)$(DIRSEPSTR)$(OSENVIRONMENT)
-
-# The following are required sources
-OSRESRC := getcwd.c
-
-.IF $(OSRESRC)
- SRC += $(OSRESRC)
- .SETDIR=$(osredir) : $(OSRESRC)
-.END
-
-.SOURCE.h : $(osredir)
-
-# Local configuration modifications for CFLAGS, there's local SysV includes
-# too.
-CFLAGS += -I$(osredir)
-
-# Xenix needs -lx in order to link successfully.
-LDLIBS += -lx