freebsd-dev/usr.sbin/rmt/Makefile
Poul-Henning Kamp 0aba884c7d Make sure link to /etc/rmt happens.
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.

Reviewed by:	phk
Submitted by:	John Hay <jhay@mikom.csir.co.za>
1995-02-23 19:40:48 +00:00

10 lines
141 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= rmt
MAN8= rmt.8
beforeinstall:
ln -fs ${BINDIR}/rmt ${DESTDIR}/etc/rmt
.include <bsd.prog.mk>