summaryrefslogtreecommitdiff
path: root/emulators/linux_base-8/Makefile
blob: b3f719f1216ef1d9f6faec973438d8aa37f3ba95 (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.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>