update for amiga (should also enable hp300 specific stuff for them too).
This commit is contained in:
parent
5ed96e480a
commit
8900daa76e
|
@ -1,10 +1,13 @@
|
|||
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
# $Id: Makefile,v 1.2 1994/05/13 21:47:55 cgd Exp $
|
||||
# $Id: Makefile,v 1.3 1994/06/22 05:38:20 chopps Exp $
|
||||
|
||||
PROG= pstat
|
||||
BINGRP= kmem
|
||||
BINMODE=2555
|
||||
DPADD= ${LIBKVM}
|
||||
LDADD= -lkvm
|
||||
.if (${MACHINE_ARCH} == "m68k")
|
||||
CFLAGS+=-D${MACHINE}
|
||||
.endif
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
Loading…
Reference in New Issue