diff options
author | hubertf <hubertf> | 1997-12-29 19:15:02 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-12-29 19:15:02 +0000 |
commit | badfd79057522ea8cfb70d82f1ad9dbf3457cd73 (patch) | |
tree | 365f8ca539b7aadad16b8d712d951bba62b28145 | |
parent | 62d8b0bc17c19343e0d6738a7dded057b45a0143 (diff) | |
download | pkgsrc-badfd79057522ea8cfb70d82f1ad9dbf3457cd73.tar.gz |
linux_lib works
-rw-r--r-- | emulators/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 1a4ffffd7e7..592bd0a4608 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1997/11/26 12:55:18 agc Exp $ +# $NetBSD: Makefile,v 1.3 1997/12/29 19:15:02 hubertf Exp $ # FreeBSD Id: Makefile,v 1.14 1997/07/31 07:23:58 max Exp # @@ -9,7 +9,7 @@ # SUBDIR += fmsx # SUBDIR += hfs # SUBDIR += ines -# SUBDIR += linux_lib + SUBDIR += linux_lib # SUBDIR += macutils # SUBDIR += mastergear # SUBDIR += mtools |