NetBSD/usr.sbin/trsp/Makefile
thorpej 8f8a2e37ef - Rewrite this program to use libkvm, not grovel /dev/kmem manually. Now
works on crash dumps, as well as live kernels.
- Fix a few 64-bit bugs.
- Add prototypes.
- Fix compiler warnings.
- Fix potential bad pointer arithmetic interaction with sort comparison
  function.
- Build with WARNS.
- Update copyright.
1997-07-23 18:20:46 +00:00

17 lines
213 B
Makefile

# $NetBSD: Makefile,v 1.5 1997/07/23 18:20:46 thorpej Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= trsp
MAN= trsp.8
BINGRP= kmem
BINMODE=2555
DPADD= ${LIBKVM}
LDADD= -lkvm
WARNS=1
.include <bsd.prog.mk>