summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-10-01 06:27:44 +0000
committerkris <kris@FreeBSD.org>2001-10-01 06:27:44 +0000
commit5b604460faba936e352847010dadbb04c6f92d22 (patch)
treec40c61f5a0c670eb30d1b78ea4cb4d459c1523a9 /etc/Makefile
parent2716e56536c233b10a8241e869c7c1aa6a68989b (diff)
downloadFreeBSD-src-5b604460faba936e352847010dadbb04c6f92d22.zip
FreeBSD-src-5b604460faba936e352847010dadbb04c6f92d22.tar.gz
UUCP removal Phase III.
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 46f262d..bdec982 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -85,9 +85,6 @@ distribution:
.if !defined(NO_SENDMAIL)
( cd ${.CURDIR}/sendmail; ${MAKE} distribution );
.endif
-.if !defined(NOUUCP)
- ( cd ${.CURDIR}/../gnu/libexec/uucp/sample; ${MAKE} install )
-.endif
.if exists(${.CURDIR}/../crypto) && !defined(NO_OPENSSH)
(cd ${.CURDIR}; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${SSH} \
${DESTDIR}/etc/ssh )
OpenPOWER on IntegriCloud