Current Path : /usr/src/share/examples/sunrpc/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/share/examples/sunrpc/Makefile |
# # @(#)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: