From 8900daa76e15c399b57b11ba1ac234b5dcf2da92 Mon Sep 17 00:00:00 2001 From: chopps Date: Wed, 22 Jun 1994 05:38:20 +0000 Subject: [PATCH] update for amiga (should also enable hp300 specific stuff for them too). --- usr.sbin/pstat/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/usr.sbin/pstat/Makefile b/usr.sbin/pstat/Makefile index e278d4e5dfa9..9ba04489cc3e 100644 --- a/usr.sbin/pstat/Makefile +++ b/usr.sbin/pstat/Makefile @@ -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