home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / dmake40.zip / unix / bsd43 / vf / config.mk next >
Makefile  |  1994-10-23  |  328b  |  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.