summaryrefslogtreecommitdiff
path: root/emulators/linux_base-suse-9.1/Makefile
blob: f8266a714dde25e7d1357432ba016afff67aef5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for:    linux_lib
# Version required:	1.0
# Date created:         
# Whom:                 erich@FreeBSD.org
#
# $Id: Makefile,v 1.3 1995/11/06 15:18:05 erich Exp $
#

DISTNAME=	linux_lib
CATEGORIES=	emulators
MAINTAINER=	erich@FreeBSD.org

PREFIX=		/compat/linux/
WRKSRC=		${WRKDIR}

pre-install:
	@[ -d ${PREFIX} ] || mkdir -p ${PREFIX}

.include <bsd.port.mk>