home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / DMAKE38C.ZIP / UNIX / BSD43 / VF / CONFIG.MK next >
Makefile  |  1991-03-27  |  317b  |  12 lines

  1. # This config file adds vfprintf.c and memcpy.c for those systems that
  2. # do not have it.
  3. #
  4.  
  5. osredir := $(OS)$(DIRSEPSTR)$(OSRELEASE)$(DIRSEPSTR)$(OSENVIRONMENT)
  6. CFLAGS += -I$(osredir)
  7.  
  8. # The following sources are required for BSD4.3
  9. OSDESRC := memcpy.c vfprintf.c
  10. SRC    += $(OSDESRC)
  11. .SETDIR=$(osredir) : $(OSDESRC)
  12.