[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / prex-old / usr / test

Annotation of prex-old/usr/test/Makefile, Revision 1.1

1.1     ! nbrk        1: #
        !             2: # Test for kernel
        !             3: #
        !             4: include $(SRCDIR)/mk/own.mk
        !             5:
        !             6: SUBDIR=                task thread ipc timer exception fault deadlock sem mutex \
        !             7:                cap dvs ipc_mt kmon
        !             8:
        !             9: ifeq ($(ARCH),i386)
        !            10: SUBDIR+=       ioport
        !            11: endif
        !            12:
        !            13: #
        !            14: # Test for driver
        !            15: #
        !            16: SUBDIR+=       console kbd fdd ramdisk reset time zero
        !            17:
        !            18: #
        !            19: # Test for library
        !            20: #
        !            21: SUBDIR+=       errno malloc stderr
        !            22:
        !            23: #
        !            24: # Test for servers
        !            25: #
        !            26: SUBDIR+=       fileio vfork args debug signal
        !            27:
        !            28: include $(SRCDIR)/mk/subdir.mk

CVSweb