freebsd_amp_hwpstate/usr.bin/gcore/Makefile

15 lines
198 B
Makefile
Raw Normal View History

1994-05-27 12:33:43 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= gcore
SRCS= gcore.c
DPADD= ${LIBKVM}
1994-05-27 12:33:43 +00:00
LDADD= -lkvm
1995-05-30 06:41:30 +00:00
.if ${MACHINE} != "sparc"
SRCS+= md-nop.c
.else
SRCS+= md-${MACHINDE}.c
.endif
1994-05-27 12:33:43 +00:00
.include <bsd.prog.mk>