aboutsummaryrefslogtreecommitdiff
path: root/emulators/linux_base/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/linux_base/Makefile')
-rw-r--r--emulators/linux_base/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile
new file mode 100644
index 000000000000..b0b3d9418b16
--- /dev/null
+++ b/emulators/linux_base/Makefile
@@ -0,0 +1,16 @@
+# New ports collection makefile for: linux_lib
+# Version required: 1.0
+# Date created:
+# Whom: erich@FreeBSD.org
+#
+# $Id$
+#
+
+DISTNAME= linux_lib
+CATEGORIES= emulators
+MAINTAINER= erich@FreeBSD.org
+
+PREFIX= /compat/linux/
+WRKSRC= ${WRKDIR}
+
+.include <bsd.port.mk>