freebsd-ports/emulators/linux_base-rh-9/Makefile
Jordan K. Hubbard 714901ec71 Add a cheesy "mkdir -p ${PREFIX}" as build target since most
systems won't have /compat/linux already created and the install
will fall right over.
1995-11-05 11:54:58 +00:00

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>