summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-08-11 16:45:00 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-08-11 16:45:00 +0000
commit731cb5a51b895f18fa85851e8b07f385baba2395 (patch)
treee4fdc3e58e9b5105e333b5f668bf7d51da67ef1c
parent49bc2f4b3a9159404826f143e5485cf3905ee94d (diff)
HAVE_FDDI
-rw-r--r--usr.sbin/tcpdump/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/Makefile b/usr.sbin/tcpdump/Makefile
index 907c21d29cc..91f4e11dd0f 100644
--- a/usr.sbin/tcpdump/Makefile
+++ b/usr.sbin/tcpdump/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.14 1999/07/28 20:41:34 jakob Exp $
+# $OpenBSD: Makefile,v 1.15 1999/08/11 16:44:59 deraadt Exp $
#
# Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994
# The Regents of the University of California. All rights reserved.
@@ -23,7 +23,7 @@
PROG= tcpdump
MAN= tcpdump.8
-CFLAGS+=-DCSLIP -DPPP -DFDDI -DETHER_SERVICE -DRETSIGTYPE=void -DHAVE_NET_SLIP_H -DHAVE_ETHER_NTOHOST
+CFLAGS+=-DCSLIP -DPPP -DHAVE_FDDI -DETHER_SERVICE -DRETSIGTYPE=void -DHAVE_NET_SLIP_H -DHAVE_ETHER_NTOHOST
.if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "mips") || (${MACHINE_ARCH} == "sparc")
CFLAGS+=-DLBL_ALIGN
.endif