Makefile revision 1.18
1#	$NetBSD: Makefile,v 1.18 1997/10/10 19:52:22 christos Exp $
2#	@(#)Makefile	8.1 (Berkeley) 6/5/93
3
4PROG=	route
5MAN=	route.8
6SRCS=	route.c show.c keywords.c ccitt_addr.c
7
8# The Makefile over in ../../distrib/utils/x_route
9# would like keywords.[ch] to always exist here, so
10# they are now checked in as sources.
11#
12# CPPFLAGS+=-I.
13# CLEANFILES+= keywords.c keywords.h
14# keywords.c keywords.h : keywords.sh
15# 	sh keywords.sh
16
17.include <bsd.prog.mk>
18