diff options
author | markm <markm@FreeBSD.org> | 2002-05-16 09:29:40 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2002-05-16 09:29:40 +0000 |
commit | 5c57da164756b557ed092743d192093252c8eb5f (patch) | |
tree | a94461cfa7e07536f78fad4ed02a471f4b98227a /etc/Makefile | |
parent | 52d70f2d2fe136c9efcb9c9cb3d968d5867a60fa (diff) | |
download | FreeBSD-src-5c57da164756b557ed092743d192093252c8eb5f.zip FreeBSD-src-5c57da164756b557ed092743d192093252c8eb5f.tar.gz |
No need to build perl dirs anymore.
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index 66ec5d9..e26f4b3 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -183,8 +183,6 @@ distrib-dirs: mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.usr.dist -p ${DESTDIR}/usr mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.include.dist \ -p ${DESTDIR}/usr/include - mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.include.dist \ - -p ${DESTDIR}/usr/libdata/perl/5.6.1/mach .if !defined(NO_SENDMAIL) mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.sendmail.dist -p ${DESTDIR}/ .endif |