Date: Mon, 13 May 1996 14:19:54 +0200 (MET DST) From: "Julian H. Stacey" <jhs@freebsd.org> To: current@freebsd.org Subject: diff for current src/usr.sbin/rmt/Makefile Message-ID: <199605131219.OAA02729@vector.jhs.no_domain>
next in thread | raw e-mail | index | archive | help
Here's a diff for src/ tree to prevent a spurious error report in
make transcripts. Feel free to abbreviate it :-)
------
*** old/src/usr.sbin/rmt/Makefile Wed May 3 15:56:59 1995
--- new/src/usr.sbin/rmt/Makefile Mon May 13 14:06:13 1996
***************
*** 4,9 ****
MAN8= rmt.8
beforeinstall:
! -ln -s ${BINDIR}/rmt ${DESTDIR}/etc/rmt
.include <bsd.prog.mk>
--- 4,16 ----
MAN8= rmt.8
beforeinstall:
! @if test -e ${DESTDIR}/etc/rmt ; then \
! echo "Pre-existant ${DESTDIR}/etc/rmt" ; \
! ls -l ${DESTDIR}/etc/rmt ; \
! else \
! echo -n "Creating symbolic link " ; \
! echo "${DESTDIR}/etc/rmt --> ${BINDIR}/rmt" ; \
! ln -s ${BINDIR}/rmt ${DESTDIR}/etc/rmt ; \
! fi
.include <bsd.prog.mk>
------
Julian
--
Julian H. Stacey jhs@freebsd.org http://www.freebsd.org/~jhs/ (PGP available)
Interested how IBM exploit trivial patents to damage the PC computer industry ?
Then read the German CT Magazine, May 1996, Pages 14 & 15.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605131219.OAA02729>
