diff options
Diffstat (limited to 'emulators/linux_base-suse-9.2/Makefile')
-rw-r--r-- | emulators/linux_base-suse-9.2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/linux_base-suse-9.2/Makefile b/emulators/linux_base-suse-9.2/Makefile index b0b3d94..b3f719f 100644 --- a/emulators/linux_base-suse-9.2/Makefile +++ b/emulators/linux_base-suse-9.2/Makefile @@ -3,7 +3,7 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/11/03 20:33:34 erich Exp $ # DISTNAME= linux_lib @@ -13,4 +13,7 @@ MAINTAINER= erich@FreeBSD.org PREFIX= /compat/linux/ WRKSRC= ${WRKDIR} +build: + @mkdir -p ${PREFIX} + .include <bsd.port.mk> |