]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - Makefile
shell_cmds-81.1.tar.gz
[apple/shell_cmds.git] / Makefile
index 01625097bbcc26562654cb9ceb58628101dbf42e..e9fc42f53bbb3a8f8e58593ad4e28687becec957 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,13 +14,12 @@ PROJECT_TYPE = Aggregate
 
 SUBPROJECTS = locate
 
-TOOLS = apply basename chroot date dirname echo env expr false\
-        find getopt hostname id jot kill lastcomm logname nice\
-        nohup printenv printf pwd renice script shlock sleep su\
-        tee test time true uname users w whereis which who\
-        window xargs yes
+TOOLS = alias apply basename chroot date dirname echo env expr false\
+        find getopt hostname id jot kill killall lastcomm logname mktemp\
+        nice nohup printenv printf pwd renice script shlock sleep su\
+        tee test time true uname users w whereis which who xargs yes
 
-OTHERSRCS = PROJECT Makefile.preamble Makefile Makefile.postamble
+OTHERSRCS = PROJECT Makefile.preamble Makefile Makefile.postamble Manpages/*.1
 
 MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
 CODE_GEN_STYLE = DYNAMIC
@@ -30,7 +29,7 @@ DEBUG_LIBS = $(LIBS)
 PROF_LIBS = $(LIBS)
 
 
-NEXTSTEP_PB_CFLAGS = -Wall -Werror
+NEXTSTEP_PB_CFLAGS = -Wall 
 
 
 NEXTSTEP_BUILD_OUTPUT_DIR = /tmp/$(NAME)/Build