0aba884c7d
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>
10 lines
141 B
Makefile
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>
|