From 01b9cd8197607807bcfcf13d3a660c9ee170492f Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 14 Jul 1997 22:23:09 +0000 Subject: HAVE_NET_SLIP_H; PR286, felix@mamba.pond.sub.org --- usr.sbin/tcpdump/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin') 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 -- cgit v1.2.3