Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Mar 1995 12:57:35 +0200 (SAT)
From:      John Hay <jhay@mikom.csir.co.za>
To:        current@FreeBSD.org
Subject:   bootparamd makefile still broken
Message-ID:  <199503011057.MAA02619@zibbi.mikom.csir.co.za>

next in thread | raw e-mail | index | archive | help
Hi,

My patch this morning was not complete. I never tested make install - stupidly
thinking that it would work :( The install program never get a destination
directory. Here is another patch that should also be added. I think this 
should be the last one for these makefiles :)

-- 
John Hay -- jhay@mikom.csir.co.za

*** src/usr.sbin/bootparamd/bootparamd/Makefile.org	Wed Mar  1 12:45:47 1995
--- src/usr.sbin/bootparamd/bootparamd/Makefile	Wed Mar  1 12:47:04 1995
***************
*** 23,26 ****
--- 23,27 ----
  	cp ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.x .
  	rpcgen  -h -o bootparam_prot.h bootparam_prot.x
  
+ .include "../../Makefile.inc"
  .include <bsd.prog.mk>
*** src/usr.sbin/bootparamd/callbootd/Makefile.org	Wed Mar  1 12:45:50 1995
--- src/usr.sbin/bootparamd/callbootd/Makefile	Wed Mar  1 12:47:38 1995
***************
*** 23,26 ****
--- 23,27 ----
  	cp ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.x .
  	rpcgen  -h -o bootparam_prot.h bootparam_prot.x
  
+ .include "../../Makefile.inc"
  .include <bsd.prog.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503011057.MAA02619>