diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 1996-09-16 16:51:32 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 1996-09-16 16:51:32 +0000 |
commit | 7b6ab19dde850fe54facf1dbc5b00466a0a12b53 (patch) | |
tree | d0cf0716582d71e52642d52be087985ce5d2c7d8 /sbin/routed/rtquery/Makefile | |
parent | 38cfd0b437d4376607181b9329b6e39940d8a553 (diff) |
Virgin import of new BSD/SGI routed. This update contains a numbervendor/SGI/vjs_960912
of important bug fixes.
Obtained from: Vernon J. Schryver <vjs@mica.denver.sgi.com>
Notes
Notes:
svn path=/vendor/SGI/dist2/; revision=18316
svn path=/vendor/SGI/vjs_960912/; revision=18318; tag=vendor/SGI/vjs_960912
Diffstat (limited to 'sbin/routed/rtquery/Makefile')
-rw-r--r-- | sbin/routed/rtquery/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sbin/routed/rtquery/Makefile b/sbin/routed/rtquery/Makefile new file mode 100644 index 000000000000..f9aee5c55d06 --- /dev/null +++ b/sbin/routed/rtquery/Makefile @@ -0,0 +1,8 @@ +# @(#)Makefile 8.1 (Berkeley) 6/5/93 + +PROG= rtquery +MAN8= rtquery.0 +#COPTS= -g -DDEBUG -Wall + +.include "../../Makefile.inc" +.include <bsd.prog.mk> |