Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Mar 1995 15:11:24 +0000 ()
From:      Remy.Card@masi.ibp.fr
To:        hackers@FreeBSD.org
Subject:   gnu/usr.sbin missing
Message-ID:  <199503121511.PAA00110@bbj.ibp.fr>

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

	Hi,

	In the top level source Makefile, the targets ``most'' and
``installmost'' have not been modified to take gnu/usr.sbin into account.

	Can someone please commit the enclosed patch?

	Thanks

		Remy

*** Makefile.old	Sun Mar 12 15:07:24 1995
--- Makefile	Sun Mar 12 15:08:01 1995
***************
*** 154,159 ****
--- 154,160 ----
  	cd ${.CURDIR}/usr.sbin	&&	${MAKE} ${.MAKEFLAGS} install
  	cd ${.CURDIR}/gnu/libexec &&	${MAKE} ${.MAKEFLAGS} install
  	cd ${.CURDIR}/gnu/usr.bin &&	${MAKE} ${.MAKEFLAGS} install
+ 	cd ${.CURDIR}/gnu/usr.sbin &&	${MAKE} ${.MAKEFLAGS} install
  #.if defined(MAKE_EBONES) && !defined(NOCRYPT)
  #	cd ${.CURDIR}/eBones	&&	${MAKE} ${.MAKEFLAGS} installmost
  #.endif
***************
*** 172,177 ****
--- 173,179 ----
  	cd ${.CURDIR}/usr.sbin	&&	${MAKE} ${.MAKEFLAGS} all
  	cd ${.CURDIR}/gnu/libexec &&	${MAKE} ${.MAKEFLAGS} all
  	cd ${.CURDIR}/gnu/usr.bin &&	${MAKE} ${.MAKEFLAGS} all
+ 	cd ${.CURDIR}/gnu/usr.sbin &&	${MAKE} ${.MAKEFLAGS} all
  #.if defined(MAKE_EBONES) && !defined(NOCRYPT)
  #	cd ${.CURDIR}/eBones	&&	${MAKE} ${.MAKEFLAGS} most
  #.endif



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