diff options
author | 1997-07-17 06:52:26 +0000 | |
---|---|---|
committer | 1997-07-17 06:52:26 +0000 | |
commit | d2a405332a05f8c6986492f124fded22a1ab4f79 (patch) | |
tree | 0f19fa0e39890e77aafeaa468e16d08d3915f963 | |
parent | Change a strcpy() -> strncpy() because I'm paranoid. (diff) | |
download | wireguard-openbsd-d2a405332a05f8c6986492f124fded22a1ab4f79.tar.xz wireguard-openbsd-d2a405332a05f8c6986492f124fded22a1ab4f79.zip |
clean
-rw-r--r-- | usr.sbin/pstat/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/pstat/Makefile b/usr.sbin/pstat/Makefile index 72736830aae..95e82880663 100644 --- a/usr.sbin/pstat/Makefile +++ b/usr.sbin/pstat/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.1.1.1 1995/10/18 08:48:01 deraadt Exp $ +# $Id: Makefile,v 1.2 1997/07/17 06:52:26 deraadt Exp $ PROG= pstat MAN= pstat.8 @@ -7,8 +7,5 @@ BINGRP= kmem BINMODE=2555 DPADD= ${LIBKVM} LDADD= -lkvm -.if (${MACHINE_ARCH} == "m68k") -CFLAGS+=-D${MACHINE} -.endif .include <bsd.prog.mk> |