From owner-freebsd-current Thu Feb 23 11:38:19 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id LAA10468 for current-outgoing; Thu, 23 Feb 1995 11:38:19 -0800 Received: from dolphin.mikom.csir.co.za (some.schmuck.lame.delegated.to.RAIN.PSG.COM [146.64.28.40]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id LAA10448 for ; Thu, 23 Feb 1995 11:38:12 -0800 Received: (from jhay@localhost) by dolphin.mikom.csir.co.za (8.6.9/8.6.6) id VAA07461; Thu, 23 Feb 1995 21:38:23 +0200 From: John Hay Message-Id: <199502231938.VAA07461@dolphin.mikom.csir.co.za> Subject: Re: src/usr.sbin/rmt/Makefile breaking To: phk@ref.tfs.com (Poul-Henning Kamp) Date: Thu, 23 Feb 1995 21:38:22 +0200 (SAT) Cc: current@FreeBSD.org In-Reply-To: <199502231922.LAA10050@ref.tfs.com> from "Poul-Henning Kamp" at Feb 23, 95 11:22:53 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 578 Sender: current-owner@FreeBSD.org Precedence: bulk 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 --- 4,9 ---- MAN8= rmt.8 beforeinstall: ! ln -fs ${BINDIR}/rmt ${DESTDIR}/etc/rmt .include