Index: uspace/Makefile
===================================================================
--- uspace/Makefile	(revision 2a18193cff1ab235b82cb6c1fd4897417beec7c3)
+++ uspace/Makefile	(revision cb0ea396374ac492a0af9b8eb2d2147d94ed34fd)
@@ -53,4 +53,5 @@
 	srv/devmap \
 	app/tetris \
+	app/shutters \
 	app/tester \
 	app/trace \
@@ -61,13 +62,19 @@
 
 ifeq ($(UARCH),amd64)
-	DIRS += srv/pci
+	DIRS += \
+		srv/pci \
+		app/lspci
 endif
 
 ifeq ($(UARCH),ia32)
-	DIRS += srv/pci
+	DIRS += \
+		srv/pci \
+		app/lspci
 endif
 
 ifeq ($(UARCH),sparc64)
 	DIRS += \
+		srv/pci \
+		app/lspci \
 		srv/cir/fhc \
 		srv/cir/obio
