summaryrefslogtreecommitdiff
path: root/dmake/unix/bsd43/uw/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'dmake/unix/bsd43/uw/config.mk')
-rw-r--r--dmake/unix/bsd43/uw/config.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/dmake/unix/bsd43/uw/config.mk b/dmake/unix/bsd43/uw/config.mk
new file mode 100644
index 000000000000..1f94136f6d6e
--- /dev/null
+++ b/dmake/unix/bsd43/uw/config.mk
@@ -0,0 +1,17 @@
+# This is the BSD 4.3 University of Waterloo (uw) UNIX configuration file
+# for DMAKE
+# It simply modifies the values of LDLIBS to include libuw.a
+# so that vfprintf can be found.
+#
+
+LDLIBS += -luw
+osredir := $(OS)$(DIRSEPSTR)$(OSRELEASE)$(DIRSEPSTR)$(OSENVIRONMENT)
+CFLAGS += -I$(osredir)
+
+# install script for UW's /usr/software hierarchy...
+install:
+ mkdir ../bin; strip ./dmake; mv ./dmake ../bin
+ chmod a+rx ../bin/dmake ../bin
+ mkdir ../lib; chmod a+rx ../lib
+ cp $(STARTUPFILE) ../lib
+ chmod a+r ../lib/startup.mk