summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dpt/dpt_ctlinfo/Makefile
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-08-06 21:19:11 +0000
committereivind <eivind@FreeBSD.org>1998-08-06 21:19:11 +0000
commit02824f2ad90badfccd8ca483c483615d1526ce95 (patch)
treed8fdd71ca75de8271b404ee6f095992ea687381d /usr.sbin/dpt/dpt_ctlinfo/Makefile
parent4ffa6467e99ca489da28e79490de7e1dc5e5e08f (diff)
downloadFreeBSD-src-02824f2ad90badfccd8ca483c483615d1526ce95.zip
FreeBSD-src-02824f2ad90badfccd8ca483c483615d1526ce95.tar.gz
Don't mess around in OBJDIR for includes, and remove some warnings.
Diffstat (limited to 'usr.sbin/dpt/dpt_ctlinfo/Makefile')
-rw-r--r--usr.sbin/dpt/dpt_ctlinfo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/dpt/dpt_ctlinfo/Makefile b/usr.sbin/dpt/dpt_ctlinfo/Makefile
index 690ed8e..d3e94c7 100644
--- a/usr.sbin/dpt/dpt_ctlinfo/Makefile
+++ b/usr.sbin/dpt/dpt_ctlinfo/Makefile
@@ -1,10 +1,10 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $Id: Makefile,v 1.1 1998/01/22 23:32:27 ShimonR Exp ShimonR $
+# $Id: Makefile,v 1.1 1998/01/26 06:20:36 julian Exp $
PROG= dpt_ctlinfo
SRCS= dpt_ctlinfo.c
-CFLAGS+=-Wall -I../../../sys -I/usr/src/sys
+CFLAGS+=-Wall -I${.CURDIR}/../../../sys
BINMODE=500
BINOWN= root
MAN8= dpt_ctlinfo.8
OpenPOWER on IntegriCloud