summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/named/Makefile.inc4
-rw-r--r--usr.sbin/pccard/pccardc/Makefile4
-rw-r--r--usr.sbin/tzsetup/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/named/Makefile.inc b/usr.sbin/named/Makefile.inc
index 864ef39..a5622bf 100644
--- a/usr.sbin/named/Makefile.inc
+++ b/usr.sbin/named/Makefile.inc
@@ -1,5 +1,5 @@
# From: Id: Makefile.inc,v 8.4 1996/03/03 17:42:43 vixie Exp
-# $Id$
+# $Id: Makefile.inc,v 1.1 1996/08/29 21:36:53 peter Exp $
.ifndef (Mk.Inc)
Mk.Inc?=defined
@@ -17,7 +17,7 @@ DESTSBIN= /usr/sbin
IOT= ABRT
CONFIG?= -DUSE_OPTIONS_H
-INCLUDE?= -I. -I${BIND_DIR} -I${BIND_DIR}/include
+INCLUDE?= -I${BIND_DIR} -I${BIND_DIR}/include
CFLAGS+= ${INCLUDE} ${CONFIG}
BINGRP= bin
diff --git a/usr.sbin/pccard/pccardc/Makefile b/usr.sbin/pccard/pccardc/Makefile
index 7eaa9b8..75eed6b 100644
--- a/usr.sbin/pccard/pccardc/Makefile
+++ b/usr.sbin/pccard/pccardc/Makefile
@@ -1,14 +1,14 @@
#
# pccardc Makefile
#
-# $Id: Makefile,v 1.1 1995/08/24 09:02:45 phk Exp $
+# $Id: Makefile,v 1.2 1996/04/09 23:31:51 nate Exp $
#
PROG= pccardc
NOMAN= noman
SRCS= pccardc.c dumpcis.c readcis.c printcis.c enabler.c pccardmem.c \
rdmap.c rdreg.c wrattr.c wrreg.c
-CFLAGS+= -I. -I${.CURDIR}/../pccardd
+CFLAGS+= -I${.CURDIR}/../pccardd
.include <bsd.prog.mk>
.PATH: ${.CURDIR}/../pccardd
diff --git a/usr.sbin/tzsetup/Makefile b/usr.sbin/tzsetup/Makefile
index 8e08dbb..001c257 100644
--- a/usr.sbin/tzsetup/Makefile
+++ b/usr.sbin/tzsetup/Makefile
@@ -1,9 +1,9 @@
-# $Id: Makefile,v 1.2 1996/01/23 21:06:25 wosch Exp $
+# $Id: Makefile,v 1.3 1996/01/24 00:11:57 wosch Exp $
PROG= tzsetup
MAN8= tzsetup.8
SRCS= main.c tzmenu.c menus.c
-CFLAGS+= -I. -I${.CURDIR}
+CFLAGS+= -I${.CURDIR}
CLEANFILES+= menus.c
LDADD+= -ldialog -lncurses -lmytinfo
DPADD+= ${LIBDIALOG} ${LIBNCURSES} ${LIBMYTINFO}
OpenPOWER on IntegriCloud