summaryrefslogtreecommitdiffstats
path: root/sbin/route/Makefile
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1996-08-09 22:52:02 +0000
committerjulian <julian@FreeBSD.org>1996-08-09 22:52:02 +0000
commit5d95b8a1326cf513153ef369316c1f85618776af (patch)
treec12a259d1c3affa1c7cefb8ddc4c1687b4322b8d /sbin/route/Makefile
parent43ca1b9897b56d42773128a960d2c752b81b6697 (diff)
downloadFreeBSD-src-5d95b8a1326cf513153ef369316c1f85618776af.zip
FreeBSD-src-5d95b8a1326cf513153ef369316c1f85618776af.tar.gz
Reviewed by: julian
Submitted by: archie@whistle.com This patch allows true interface routing to be controlled from the command line.. you can now do: route add default -interface ppp0 even if you have no clue what the address at the other end is.. this is part of a set of changes that allow true "unnumbered links" such as netcom run between their sites.. In practice you should assign the address from one of your ethernet interfaces to the local side of the P2P link so that IP doesn't say that the packet comes from 255.255.255.255, but there is no need whatsoever to assign an address of any kind to the remote end of the link.. useful for frame relay links etc also.
Diffstat (limited to 'sbin/route/Makefile')
-rw-r--r--sbin/route/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/route/Makefile b/sbin/route/Makefile
index 5a67eda..af97fc0 100644
--- a/sbin/route/Makefile
+++ b/sbin/route/Makefile
@@ -3,7 +3,7 @@
PROG= route
MAN8= route.8
SRCS= route.c keywords.h # ccitt_addr.h
-CFLAGS+=-I.
+CFLAGS+=-I. -Wall
CLEANFILES+=keywords.h
BINOWN= root
BINMODE=4555
OpenPOWER on IntegriCloud