home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / os / bsdss4.tz / bsdss4 / bsdss / server / src / Makefile
Encoding:
Makefile  |  1992-07-09  |  1.2 KB  |  40 lines

  1. #
  2. # Mach Operating System
  3. # Copyright (c) 1992 Carnegie Mellon University
  4. # All Rights Reserved.
  5. # Permission to use, copy, modify and distribute this software and its
  6. # documentation is hereby granted, provided that both the copyright
  7. # notice and this permission notice appear in all copies of the
  8. # software, derivative works or modified versions, and any portions
  9. # thereof, and that both notices appear in supporting documentation.
  10. # CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS  "AS IS"
  11. # CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
  12. # ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
  13. # Carnegie Mellon requests users of this software to return to
  14. #  Software Distribution Coordinator  or  Software.Distribution@CS.CMU.EDU
  15. #  School of Computer Science
  16. #  Carnegie Mellon University
  17. #  Pittsburgh PA 15213-3890
  18. # any improvements or extensions that they make and grant Carnegie Mellon
  19. # the rights to redistribute these changes.
  20. #
  21. #
  22. # HISTORY
  23. # $Log:    Makefile,v $
  24. # Revision 2.2  92/06/25  17:29:12  mrt
  25. #     Created for ODE make.
  26. #     [92/06/16            mrt]
  27.  
  28. # This Makefile does nothing except to recurse to the
  29. # config subdirectory
  30.  
  31. SUBDIRS        = config
  32.  
  33. .include <${RULES_MK}>
  34.