diff options
author | obrien <obrien@FreeBSD.org> | 2000-12-25 18:49:30 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-12-25 18:49:30 +0000 |
commit | 345321fef2ec4a624ff1463dec4734e136af9fb0 (patch) | |
tree | 0eab7fe4ac8d2c5d543b6b6169c39ac61501015e /emulators/Makefile | |
parent | f88c02a29418dcdda800cb14f6de52b8a652b090 (diff) | |
download | FreeBSD-ports-345321fef2ec4a624ff1463dec4734e136af9fb0.zip FreeBSD-ports-345321fef2ec4a624ff1463dec4734e136af9fb0.tar.gz |
Compatability framework necessary for SVR4 emulation
Based on http://slash.dotat.org/~newton/freebsd-svr4/compat_sol26.tar.gz
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 675993f..3ded2eb 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -36,6 +36,7 @@ SUBDIR += spim SUBDIR += stella SUBDIR += stonx + SUBDIR += svr4_base SUBDIR += tkhfs SUBDIR += truereality SUBDIR += tuxnes |