1997-02-22 06:49:31 +03:00
|
|
|
# $NetBSD: Makefile,v 1.15 1997/02/22 03:49:31 thorpej Exp $
|
1995-03-18 17:54:19 +03:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
PROG= route
|
1994-12-22 13:44:04 +03:00
|
|
|
MAN= route.8
|
1996-11-15 21:01:36 +03:00
|
|
|
SRCS= route.c show.c keywords.c ccitt_addr.c
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1996-11-15 22:10:38 +03:00
|
|
|
# The Makefile over in ../../distrib/utils/x_route
|
|
|
|
# would like keywords.[ch] to always exist here, so
|
|
|
|
# they are now checked in as sources.
|
|
|
|
#
|
1996-11-15 21:01:36 +03:00
|
|
|
# CFLAGS+=-I.
|
|
|
|
# CLEANFILES+= keywords.c keywords.h
|
|
|
|
# keywords.c keywords.h : keywords.sh
|
|
|
|
# sh keywords.sh
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1995-04-19 13:08:28 +04:00
|
|
|
route.o .depend lint tags: keywords.h
|
1994-05-14 01:24:15 +04:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|