open-src/kernel/Makefile.rules
changeset 1610 77a2e608a1ff
parent 1494 a72f39592745
equal deleted inserted replaced
1609:d5bab3427828 1610:77a2e608a1ff
     1 #
     1 #
     2 # Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
     3 #
     3 #
     4 # Permission is hereby granted, free of charge, to any person obtaining a
     4 # Permission is hereby granted, free of charge, to any person obtaining a
     5 # copy of this software and associated documentation files (the "Software"),
     5 # copy of this software and associated documentation files (the "Software"),
     6 # to deal in the Software without restriction, including without limitation
     6 # to deal in the Software without restriction, including without limitation
     7 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
     7 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    51 
    51 
    52 ROOT_DRV_DIR	= /kernel/drv/$(MACH64_i386)
    52 ROOT_DRV_DIR	= /kernel/drv/$(MACH64_i386)
    53 ROOT_MISC_DIR	= /kernel/misc/$(MACH64_i386)
    53 ROOT_MISC_DIR	= /kernel/misc/$(MACH64_i386)
    54 ROOT_MDB_DIR	= /usr/lib/mdb/kvm/$(MACH64_i386)
    54 ROOT_MDB_DIR	= /usr/lib/mdb/kvm/$(MACH64_i386)
    55 ROOT_KMOD_DIR	= /kernel/kmdb/$(MACH64_i386)
    55 ROOT_KMOD_DIR	= /kernel/kmdb/$(MACH64_i386)
    56 ROOT_MAN_DIR	= $(X11_MAN_DIR)
    56 ROOT_MAN_DIR	= /usr/share/man
    57 
    57 
    58 MANTARGET	= $(ROOT_MAN_DIR)/$(MANSECTION)
    58 MANTARGET	= $(ROOT_MAN_DIR)/$(MANSECTION)