Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Feb 1995 21:38:22 +0200 (SAT)
From:      John Hay <jhay@mikom.csir.co.za>
To:        phk@ref.tfs.com (Poul-Henning Kamp)
Cc:        current@FreeBSD.org
Subject:   Re: src/usr.sbin/rmt/Makefile breaking
Message-ID:  <199502231938.VAA07461@dolphin.mikom.csir.co.za>
In-Reply-To: <199502231922.LAA10050@ref.tfs.com> from "Poul-Henning Kamp" at Feb 23, 95 11:22:53 am

next in thread | previous in thread | raw e-mail | index | archive | help
Ok, here is a patch that will do it.

Now I know that there was talk of moving it to the release/Makefile or the
etc/Makefile, but I don't think it was ever decided where.

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

*** src/usr.sbin/rmt/Makefile.org	Thu Feb 16 20:24:59 1995
--- src/usr.sbin/rmt/Makefile	Thu Feb 23 21:28:14 1995
***************
*** 4,9 ****
  MAN8=	rmt.8
  
  beforeinstall:
! 	ln -s ${BINDIR}/rmt ${DESTDIR}/etc/rmt
  
  .include <bsd.prog.mk>
--- 4,9 ----
  MAN8=	rmt.8
  
  beforeinstall:
! 	ln -fs ${BINDIR}/rmt ${DESTDIR}/etc/rmt
  
  .include <bsd.prog.mk>




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