--- Makefile.orig Tue Oct 27 04:43:04 1998 +++ Makefile Tue Oct 27 04:55:11 1998 @@ -15,7 +15,7 @@ # # $Source: /repo/ports/x11-toolkits/qt133/files/patch-aa,v $ -all: moc src tutorial examples +all: moc src tutorial examples imageio opengl moc: variables FORCE cd src/moc; $(MAKE) @@ -26,6 +26,12 @@ tutorial examples: src FORCE cd $@; $(MAKE) + +imageio: + cd extensions/imageio/src; $(MAKE) + +opengl: + cd extensions/opengl/src; $(MAKE) clean: -rm variables