summaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-10-01 06:27:44 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-10-01 06:27:44 +0000
commit7080a34335bfa16831cb5f8f788da5f91d7f6b2f (patch)
treec40c61f5a0c670eb30d1b78ea4cb4d459c1523a9 /etc/Makefile
parent51b3cf3c5661f4d82ecc7c11c3507a22e6dff6c7 (diff)
Notes
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 46f262dd081b..bdec982e0308 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 )