diff options
Diffstat (limited to 'dmake/unix/bsd43/uw/config.mk')
-rw-r--r-- | dmake/unix/bsd43/uw/config.mk | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/dmake/unix/bsd43/uw/config.mk b/dmake/unix/bsd43/uw/config.mk deleted file mode 100644 index 1f94136f6d6e..000000000000 --- a/dmake/unix/bsd43/uw/config.mk +++ /dev/null @@ -1,17 +0,0 @@ -# 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 |