]> Zhao Yanbai Git Server - minix.git/commitdiff
Connected ps to build
authorBen Gras <ben@minix3.org>
Mon, 20 Jun 2005 09:23:55 +0000 (09:23 +0000)
committerBen Gras <ben@minix3.org>
Mon, 20 Jun 2005 09:23:55 +0000 (09:23 +0000)
commands/Makefile
commands/ps/Makefile

index 89c1ad53843f461c41ca4788d07c1989f7aabeb0..f83334a9e19f0b42bf74d1872a2835fddaa6a5ce 100755 (executable)
@@ -40,6 +40,7 @@ all install clean::
        cd make && $(MAKE) $@
        cd mined && $(MAKE) $@
        cd patch && $(MAKE) $@
+       cd ps && $(MAKE) $@
        cd reboot && $(MAKE) $@
        cd rlogind && $(MAKE) $@
        cd scripts && $(MAKE) $@
index 7ef621222e3d3553d15dd011300a45ae0b649746..0ce6ec3343ce2617565d208916cb288ae31c6ba5 100644 (file)
@@ -5,6 +5,8 @@ CC=     exec cc
 CFLAGS=        -O -D_MINIX -D_POSIX_SOURCE
 MAKE=  exec make -$(MAKEFLAGS)
 
+all: ps
+
 # process status utility
 ps:    ps.c /usr/include/minix/config.h /usr/include/minix/const.h \
                /usr/src/kernel/const.h /usr/src/kernel/type.h \