Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jan 1995 22:13:26 +0100 (MET)
From:      Remy.Card@masi.ibp.fr (Remy CARD)
To:        hackers@FreeBSD.org
Subject:   Patch for sbin/sysinstall/Makefile
Message-ID:  <199501132113.WAA15468@ares.ibp.fr>

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

	Hi,

	The Makefile in sbin/sysinstall is broken.  Make fails if the
source tree is not stored in /usr/src.

	Can someone please commit this patch?

	Thanks

		Remy

*** sbin/sysinstall/Makefile.orig	Fri Jan 13 21:47:42 1995
--- sbin/sysinstall/Makefile	Fri Jan 13 21:47:51 1995
***************
*** 2,8 ****
  MANEXT = 1
  NOMAN= yet
  
! .PATH: /usr/src/sbin/disklabel
  
  SRCS =	exec.c dkcksum.c label.c main.c mbr.c \
  	stage0.c stage1.c stage2.c stage3.c stage4.c stage5.c \
--- 2,8 ----
  MANEXT = 1
  NOMAN= yet
  
! .PATH: ${.CURDIR}/../disklabel
  
  SRCS =	exec.c dkcksum.c label.c main.c mbr.c \
  	stage0.c stage1.c stage2.c stage3.c stage4.c stage5.c \



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