summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1997-07-14 22:23:08 +0000
committerderaadt <deraadt@openbsd.org>1997-07-14 22:23:08 +0000
commit4f7bc7044d1769153f5b8636a814bfe172625d78 (patch)
tree55dcce5ab70ed19ba41f26728e3cf8c539bf4070
parentnicer include (diff)
downloadwireguard-openbsd-4f7bc7044d1769153f5b8636a814bfe172625d78.tar.xz
wireguard-openbsd-4f7bc7044d1769153f5b8636a814bfe172625d78.zip
HAVE_NET_SLIP_H; PR286, felix@mamba.pond.sub.org
-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 71ec3e84a8f..e3a4de6c60b 100644
--- a/usr.sbin/tcpdump/Makefile
+++ b/usr.sbin/tcpdump/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 1997/07/06 14:39:50 niklas Exp $
+# $OpenBSD: Makefile,v 1.8 1997/07/14 22:23:08 deraadt Exp $
# $NetBSD: Makefile,v 1.6 1995/03/07 23:18:39 mycroft Exp $
#
# Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994
@@ -24,7 +24,7 @@
PROG= tcpdump
MAN= tcpdump.8
-CFLAGS+=-DCSLIP -DPPP -DFDDI -DETHER_SERVICE -DRETSIGTYPE=void
+CFLAGS+=-DCSLIP -DPPP -DFDDI -DETHER_SERVICE -DRETSIGTYPE=void -DHAVE_NET_SLIP_H
.if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "mips") || (${MACHINE_ARCH} == "sparc")
CFLAGS+=-DLBL_ALIGN
.endif