summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-05-18 13:41:42 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-05-18 13:41:42 +0000
commit3ab9a9d0e0ebfa0140abae7977b0585efcfaba5a (patch)
tree5b1dc1e532e934b276fd511ffae55c4c153de5ec /bin
parent6555ad204ef212c2b284c3e989a5725cfea7e5fe (diff)
Notes
Diffstat (limited to 'bin')
-rw-r--r--bin/chio/Makefile2
-rw-r--r--bin/ps/Makefile2
2 files changed, 1 insertions, 3 deletions
diff --git a/bin/chio/Makefile b/bin/chio/Makefile
index d4b7f56e3c97..172032832c7a 100644
--- a/bin/chio/Makefile
+++ b/bin/chio/Makefile
@@ -1,8 +1,6 @@
# $FreeBSD$
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-CFLAGS+=-I${.CURDIR}/../../sys
-
PROG= chio
SRCS= chio.c
diff --git a/bin/ps/Makefile b/bin/ps/Makefile
index d5c791c2226b..08ea30b78a1c 100644
--- a/bin/ps/Makefile
+++ b/bin/ps/Makefile
@@ -9,7 +9,7 @@ SRCS= fmt.c keyword.c nlist.c print.c ps.c
# keep ps from being an unnecessary load
# on large systems.
#
-CFLAGS+=-I${.CURDIR}/../../sys -DLAZY_PS
+CFLAGS+=-DLAZY_PS
DPADD= ${LIBM} ${LIBKVM}
LDADD= -lm -lkvm
#BINGRP= kmem