--- loncom/build/Makefile 2002/05/23 20:21:00 1.116 +++ loncom/build/Makefile 2002/05/28 20:34:55 1.117 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Scott Harrison -# $Id: Makefile,v 1.116 2002/05/23 20:21:00 harris41 Exp $ +# $Id: Makefile,v 1.117 2002/05/28 20:34:55 harris41 Exp $ DISTPROBE=`perl ./distprobe` DIST=$(DISTPROBE) @@ -213,6 +213,10 @@ postinstall: make webserverconf make sanitycheck +NET_rawinstall: + make TIMESTAMP=`date +"%s"` METAMTARGET="TRANSPORT" \ + MTARGET="rawinstall" HOSTNAME="$(HOSTNAME)" lpmladm + install: TEST_hosts_tab Makefile.install Makefile echo -n "" > WARNINGS make -f Makefile.install SOURCE="$(SOURCE)" TARGET="$(TARGET)" \