/share/examples/sunrpc/Makefile

https://bitbucket.org/freebsd/freebsd-head/ · Makefile · 25 lines · 13 code · 6 blank · 6 comment · 0 complexity · 6616710661a1bd2403821ba4e8e8b808 MD5 · raw file

  1. #
  2. # @(#)Makefile 2.1 88/08/02 4.0 RPCSRC
  3. #
  4. #
  5. # Build all demo services
  6. #
  7. MAKE = make
  8. LIB=
  9. SUBDIR= dir msg sort
  10. all: ${SUBDIR}
  11. clean cleanup:
  12. cd dir; $(MAKE) ${MFLAGS} cleanup
  13. cd msg; $(MAKE) ${MFLAGS} cleanup
  14. cd sort; $(MAKE) ${MFLAGS} cleanup
  15. install:
  16. @echo "No installations done."
  17. ${SUBDIR}: FRC
  18. cd $@; $(MAKE) ${MFLAGS} LIB=$(LIB)
  19. FRC: