/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
- #
- # @(#)Makefile 2.1 88/08/02 4.0 RPCSRC
- #
- #
- # Build all demo services
- #
- MAKE = make
- LIB=
- SUBDIR= dir msg sort
- all: ${SUBDIR}
- clean cleanup:
- cd dir; $(MAKE) ${MFLAGS} cleanup
- cd msg; $(MAKE) ${MFLAGS} cleanup
- cd sort; $(MAKE) ${MFLAGS} cleanup
- install:
- @echo "No installations done."
- ${SUBDIR}: FRC
- cd $@; $(MAKE) ${MFLAGS} LIB=$(LIB)
- FRC: