714901ec71
systems won't have /compat/linux already created and the install will fall right over.
20 lines
373 B
Makefile
20 lines
373 B
Makefile
# New ports collection makefile for: linux_lib
|
|
# Version required: 1.0
|
|
# Date created:
|
|
# Whom: erich@FreeBSD.org
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1995/11/03 20:33:34 erich Exp $
|
|
#
|
|
|
|
DISTNAME= linux_lib
|
|
CATEGORIES= emulators
|
|
MAINTAINER= erich@FreeBSD.org
|
|
|
|
PREFIX= /compat/linux/
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
build:
|
|
@mkdir -p ${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|