diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-14 22:23:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-14 22:23:09 +0000 |
commit | 01b9cd8197607807bcfcf13d3a660c9ee170492f (patch) | |
tree | 946efa3a63870381ab7d6d2730451dff3044c930 /usr.sbin | |
parent | 60417f467904bb5e8c8de9a7e98b196c8f03ee0f (diff) |
HAVE_NET_SLIP_H; PR286, felix@mamba.pond.sub.org
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/tcpdump/Makefile | 4 |
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 |