summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2004-01-05 02:55:29 +0000
committerMarc Espie <espie@cvs.openbsd.org>2004-01-05 02:55:29 +0000
commit8d61aed2a3dc86e1ce771f2b5c76dd4a0d91bef4 (patch)
treedf46b65fef3fd2c64a79b3c13d83d3af8edcfca1 /sbin
parent554ea1a4bf9e80c4a3c17b2af21b3672ca36ea02 (diff)
include path fixes for gcc3.
tests otto@, okay millert@
Diffstat (limited to 'sbin')
-rw-r--r--sbin/pfctl/Makefile4
-rw-r--r--sbin/wsconsctl/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/pfctl/Makefile b/sbin/pfctl/Makefile
index cf9025963c6..2e3d14ec64e 100644
--- a/sbin/pfctl/Makefile
+++ b/sbin/pfctl/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.13 2003/08/21 19:12:08 frantzen Exp $
+# $OpenBSD: Makefile,v 1.14 2004/01/05 02:55:28 espie Exp $
PROG= pfctl
SRCS= pfctl.c parse.y pfctl_parser.c pf_print_state.c pfctl_altq.c pfctl_osfp.c
SRCS+= pfctl_radix.c pfctl_table.c pfctl_qstats.c
CFLAGS+= -Wall -Wmissing-prototypes -Wno-uninitialized
-CFLAGS+= -Wstrict-prototypes
+CFLAGS+= -Wstrict-prototypes -I${.CURDIR}
YFLAGS=
MAN= pfctl.8
diff --git a/sbin/wsconsctl/Makefile b/sbin/wsconsctl/Makefile
index 8a8e7e7ed0c..63310ff3d50 100644
--- a/sbin/wsconsctl/Makefile
+++ b/sbin/wsconsctl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.12 2003/10/31 04:05:29 drahn Exp $
+# $OpenBSD: Makefile,v 1.13 2004/01/05 02:55:28 espie Exp $
.if ${MACHINE} == "i386" || ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \
${MACHINE} == "macppc" || ${MACHINE} == "sparc" || \
@@ -8,7 +8,7 @@ PROG= wsconsctl
SRCS= display.c keyboard.c keysym.c map_parse.y map_scan.l \
mouse.c util.c wsconsctl.c
-CPPFLAGS+= -I.
+CPPFLAGS+= -I${.CURDIR} -I.
CLEANFILES+= keysym.h y.tab.h
beforedepend: keysym.h