diff options
author | eivind <eivind@FreeBSD.org> | 1998-08-06 21:19:11 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1998-08-06 21:19:11 +0000 |
commit | 02824f2ad90badfccd8ca483c483615d1526ce95 (patch) | |
tree | d8fdd71ca75de8271b404ee6f095992ea687381d /usr.sbin/dpt/dpt_ctls | |
parent | 4ffa6467e99ca489da28e79490de7e1dc5e5e08f (diff) | |
download | FreeBSD-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_ctls')
-rw-r--r-- | usr.sbin/dpt/dpt_ctls/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/dpt/dpt_ctls/Makefile b/usr.sbin/dpt/dpt_ctls/Makefile index 7c2d150..c1357fc 100644 --- a/usr.sbin/dpt/dpt_ctls/Makefile +++ b/usr.sbin/dpt/dpt_ctls/Makefile @@ -1,10 +1,10 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id: Makefile,v 1.1 1998/01/22 22:07:22 ShimonR Exp ShimonR $ +# $Id: Makefile,v 1.1 1998/01/26 06:20:38 julian Exp $ PROG= dpt_ctls SRCS= dpt_ctls.c -CFLAGS+=-Wall -I../../../sys -I/usr/src/sys +CFLAGS+=-Wall -I${.CURDIR}/../../../sys BINMODE=500 BINOWN= root MAN8= dpt_ctls.8 |