diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1995-11-03 20:33:34 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1995-11-03 20:33:34 +0000 |
commit | c8d80a82753a76bcf8d298a7cabc80d3f546d365 (patch) | |
tree | fbdc93ad4da619cf730af42e9b39fc58681525c1 /emulators/linux_base-suse-9.1/Makefile | |
parent | Emergency fix to fake-install workaround. (diff) |
imported port for linux-libraries
This is part of the linux-compatibility setup
Obtained from: an old slackware dist
Approved by: asami (I hope ;-) )
Diffstat (limited to 'emulators/linux_base-suse-9.1/Makefile')
-rw-r--r-- | emulators/linux_base-suse-9.1/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/emulators/linux_base-suse-9.1/Makefile b/emulators/linux_base-suse-9.1/Makefile new file mode 100644 index 000000000000..b0b3d9418b16 --- /dev/null +++ b/emulators/linux_base-suse-9.1/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> |