From 03e15c1266bdb6e44b9ce430105525a8f3fd5d92 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Thu, 14 Aug 2003 23:05:11 +0000 Subject: [PATCH] Add softlinks so ports like sysutils/ffsrecov will compile. Eventually these and other softlinks will be replaced by the environment code. --- include/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/Makefile b/include/Makefile index d9625af106..c21bbeb091 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.2 (Berkeley) 1/4/94 # $FreeBSD: src/include/Makefile,v 1.109.2.27 2003/01/24 05:12:29 sam Exp $ -# $DragonFly: src/include/Makefile,v 1.6 2003/08/09 22:00:54 asmodai Exp $ +# $DragonFly: src/include/Makefile,v 1.7 2003/08/14 23:05:11 dillon Exp $ # # Doing a make install builds /usr/include # @@ -112,6 +112,10 @@ INCSLINKS+= vfs/nfs ${INCLUDEDIR}/nfs INCSLINKS+= vfs/ntfs ${INCLUDEDIR}/ntfs INCSLINKS+= vfs/nwfs ${INCLUDEDIR}/nwfs INCSLINKS+= vfs ${INCLUDEDIR}/fs +# this is for and paths used by ports +# It is hopefully a temporary hack until we have environments working. +INCSLINKS+= vfs ${INCLUDEDIR}/ufs +INCSLINKS+= ufs ${INCLUDEDIR}/vfs/ffs INCSLINKS+= emulation ${INCLUDEDIR}/compat INCSLINKS+= netproto/atalk ${INCLUDEDIR}/netatalk INCSLINKS+= netproto/atm ${INCLUDEDIR}/netatm -- 2.41.0