diff options
author | wiz <wiz@pkgsrc.org> | 2007-03-18 20:02:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-03-18 20:02:25 +0000 |
commit | 1cf72a9320801a41426b89ec48571c72b2e032f8 (patch) | |
tree | 2b19dae963757c56bc62b2df6036892302df58a1 /emulators | |
parent | 6bdbd8d00026cc7b973d86acc126678df95bec4c (diff) | |
download | pkgsrc-1cf72a9320801a41426b89ec48571c72b2e032f8.tar.gz |
Add makeppf.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 9ec3d1ac48b..73d202ab66a 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.156 2007/03/18 19:56:58 wiz Exp $ +# $NetBSD: Makefile,v 1.157 2007/03/18 20:02:25 wiz Exp $ # COMMENT= Emulators for other operating systems @@ -60,6 +60,7 @@ SUBDIR+= libspectrum SUBDIR+= linuxppc_lib SUBDIR+= lrmi SUBDIR+= m1 +SUBDIR+= makeppf SUBDIR+= minivmac SUBDIR+= mmix SUBDIR+= netbsd32_compat14 |