X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/67ff87bf72a9f6315020c0cd74632631c834ce1b..370ad5e1849d4e6f5713e840d4cd38160ff80683:/buildlib/program.mak?ds=sidebyside

diff --git a/buildlib/program.mak b/buildlib/program.mak
index 98bea9aa5..e0e76316c 100644
--- a/buildlib/program.mak
+++ b/buildlib/program.mak
@@ -24,6 +24,12 @@ program: $(BIN)/$(PROGRAM)
 clean: clean/$(LOCAL)
 veryclean: veryclean/$(LOCAL)
 
+TYPE = src
+include $(PODOMAIN_H)
+
+# Make Directories
+MKDIRS += $(OBJ) $(DEP) $(BIN)
+
 # The clean rules
 .PHONY: clean/$(LOCAL) veryclean/$(LOCAL) 
 clean/$(LOCAL):