summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-12-24 18:52:44 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-12-24 18:52:44 +0000
commite5e38d183038d766ff1d8841dbf4a79d7dcc1834 (patch)
treefc6e08657f9b676df1cf462abcfdb7d0e942c69b /sbin
parentbacf87f4caa223befab98e7a7431df14e9404026 (diff)
Remove m88k compiler flags tweak which is no longer necessary since a long time
already.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/pfctl/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/sbin/pfctl/Makefile b/sbin/pfctl/Makefile
index ef097355a1d..df74f88c63f 100644
--- a/sbin/pfctl/Makefile
+++ b/sbin/pfctl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.18 2006/10/28 14:29:05 mcbride Exp $
+# $OpenBSD: Makefile,v 1.19 2006/12/24 18:52:43 miod Exp $
PROG= pfctl
SRCS= pfctl.c parse.y pfctl_parser.c pf_print_state.c pfctl_altq.c
@@ -16,11 +16,3 @@ LDADD+= -lm
DPADD+= ${LIBM}
.include <bsd.prog.mk>
-
-# XXX
-.if (${MACHINE_ARCH} == "m88k")
-parse.o: parse.y
- ${YACC.y} ${.IMPSRC}
- ${COMPILE.c} -fno-schedule-insns2 -o ${.TARGET} y.tab.c
- rm -f y.tab.c
-.endif