freebsd-ports/emulators/linux_base-62/Makefile
Eric L. Hernes c306c85055 Add a bunch of new libraries. These have all been taken from
the redhat-4.0 distribution.  bin/bash has been added to give
a shell defaulting to linux binaries.  ldd, ldconfig, and ld.so
have been branded as `Linux'
1996-10-28 15:20:17 +00:00

21 lines
414 B
Makefile

# New ports collection makefile for: linux_lib
# Version required: 2.1
# Date created:
# Whom: erich@FreeBSD.org
#
# $Id: Makefile,v 1.8 1996/03/29 14:46:25 erich Exp $
#
DISTNAME= linux_lib-2.1
CATEGORIES= emulators
MAINTAINER= erich@FreeBSD.org
PREFIX= /compat/linux/
WRKSRC= ${WRKDIR}
NO_MTREE= yes
pre-install:
@[ -d ${PREFIX} ] || mkdir -p ${PREFIX}
.include <bsd.port.mk>