NetBSD/usr.bin/gcore/Makefile

16 lines
244 B
Makefile
Raw Normal View History

1995-09-05 06:34:23 +04:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $NetBSD: Makefile,v 1.3 1995/09/05 09:11:55 phil Exp $
1995-09-05 06:34:23 +04:00
PROG= gcore
SRCS= gcore.c
.if ${MACHINE} == pc532
SRCS += md-nop.c
.else
SRCS += md-${MACHINE}.c
.endif
1995-09-05 06:34:23 +04:00
LDADD= -lkvm
.include <bsd.prog.mk>