Home | History | Annotate | Line # | Download | only in gcore
Makefile revision 1.3
      1  1.1   tls #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      2  1.3  phil #       $NetBSD: Makefile,v 1.3 1995/09/05 09:11:55 phil Exp $
      3  1.1   tls 
      4  1.1   tls PROG=	gcore
      5  1.3  phil SRCS=	gcore.c
      6  1.3  phil 
      7  1.3  phil .if ${MACHINE} == pc532
      8  1.3  phil SRCS += md-nop.c
      9  1.3  phil .else
     10  1.3  phil SRCS += md-${MACHINE}.c
     11  1.3  phil .endif
     12  1.3  phil 
     13  1.1   tls LDADD=	-lkvm
     14  1.1   tls 
     15  1.1   tls .include <bsd.prog.mk>
     16