aboutsummaryrefslogtreecommitdiff
path: root/sbin/kldstat
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>1997-10-26 04:58:27 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>1997-10-26 04:58:27 +0000
commitb2289ae06376f3a825b16e76e91f2ec30d68ddef (patch)
treeeea3bca69b0a4818229d6ec8c90a70ca8e5fdd7b /sbin/kldstat
parent8bb7a8fc955d397b31f00371a70e5b05a8823322 (diff)
downloadsrc-b2289ae06376f3a825b16e76e91f2ec30d68ddef.tar.gz
src-b2289ae06376f3a825b16e76e91f2ec30d68ddef.zip
Notes
Diffstat (limited to 'sbin/kldstat')
-rw-r--r--sbin/kldstat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/kldstat/Makefile b/sbin/kldstat/Makefile
index ff5d75ce6901..5720690a649b 100644
--- a/sbin/kldstat/Makefile
+++ b/sbin/kldstat/Makefile
@@ -23,13 +23,13 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id: Makefile,v 1.1 1997/05/07 18:19:54 dfr Exp $
+# $Id: Makefile,v 1.2 1997/10/19 11:15:43 jmg Exp $
#
PROG= kldstat
SRCS= kldstat.c
MAN8= kldstat.8
-CFLAGS= -I${.CURDIR}/../../sys
+CFLAGS+=-I${.CURDIR}/../../sys
.include <bsd.prog.mk>