diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-11-14 13:03:13 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-11-14 13:03:13 +0000 |
commit | 3579254c2d1c7318deddfe4d4e2aca1a7bf847c4 (patch) | |
tree | 12461e4556174f0d881adb8cbcddd91b5810530c /emulators/linux_base | |
parent | 1d1efcb4209d175bde8c223a7a7d32d5d7702f8b (diff) | |
download | ports-3579254c2d1c7318deddfe4d4e2aca1a7bf847c4.tar.gz ports-3579254c2d1c7318deddfe4d4e2aca1a7bf847c4.zip |
Notes
Diffstat (limited to 'emulators/linux_base')
-rw-r--r-- | emulators/linux_base/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile index f8266a714dde..14fd5cbd4309 100644 --- a/emulators/linux_base/Makefile +++ b/emulators/linux_base/Makefile @@ -3,11 +3,13 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.3 1995/11/06 15:18:05 erich Exp $ +# $Id: Makefile,v 1.4 1995/11/08 15:05:22 erich Exp $ # DISTNAME= linux_lib -CATEGORIES= emulators +PKGNAME= linux_lib-1.0 +CATEGORIES= emulation + MAINTAINER= erich@FreeBSD.org PREFIX= /compat/linux/ |