This commit is contained in:
gwr 1997-03-21 18:48:58 +00:00
parent 95883471d5
commit da140670c7
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.12 1997/03/21 18:44:21 gwr Exp $ # $NetBSD: Makefile,v 1.13 1997/03/21 18:48:58 gwr Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93 # from: @(#)Makefile 8.1 (Berkeley) 6/4/93
LIB= kvm LIB= kvm
@ -8,7 +8,7 @@ SRCS= kvm.c kvm_file.c kvm_getloadavg.c kvm_proc.c
# This library should compile to the same thing on all variants of # This library should compile to the same thing on all variants of
# ${MACHINE} with the same ${MACHINE_ARCH} so shared /usr works. # ${MACHINE} with the same ${MACHINE_ARCH} so shared /usr works.
# If it is necessary for to run different based on ${MACHINE} then # If it is necessary to run different code based on ${MACHINE} then
# the dispatch on ${MACHINE} should be done at run time (see m68k). # the dispatch on ${MACHINE} should be done at run time (see m68k).
SRCS+= kvm_${MACHINE_ARCH}.c SRCS+= kvm_${MACHINE_ARCH}.c