Commit Diff


commit - ad4cc36168576274131539e87b9007ef9b3c3725
commit + fba1620002c2caadd99d922c5e66e0d3676cfbc1
blob - 493cc0be21876ef98254e54b19fae46bd2694f8c
blob + c4456b3590ca82fd05071e3b28f8372a45371af0
--- gotsh/Makefile
+++ gotsh/Makefile
@@ -21,12 +21,8 @@ DPADD = ${LIBZ} ${LIBUTIL}
 NOMAN = Yes
 .endif
 
-.if "${GOT_RELEASE}" != "Yes"
 realinstall:
 	${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} \
 	-m ${BINMODE} ${PROG} ${BINDIR}/${PROG}
-	-ln -s ${PROG} ${BINDIR}/git-receive-pack
-	-ln -s ${PROG} ${BINDIR}/git-upload-pack
-.endif
 
 .include <bsd.prog.mk>