diff options
| -rw-r--r-- | bin/sh/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile index 916bb88b57fa..dd073a52d23c 100644 --- a/bin/sh/Makefile +++ b/bin/sh/Makefile @@ -68,12 +68,3 @@ token.h: mktokens HAS_TESTS= SUBDIR.${MK_TESTS}+= tests - -beforeinstallconfig: - rm -f ${DESTDIR}/.profile - -LINKMODE=${CONFMODE} -afterinstallconfig: - ${INSTALL_LINK} ${TAG_ARGS:D${TAG_ARGS},config} ${DESTDIR}/root/.profile ${DESTDIR}/.profile - -.include <bsd.prog.mk> |
