Commit Diff


commit - 66e6097f5d9b6050841626edfd5c094114eeae28
commit + 1dc5ea0c03cb3abc7e1d6646aae735ebbae60045
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>