Makefile revision 1.14
1#	$NetBSD: Makefile,v 1.14 1996/11/15 19:10:38 gwr 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
7BINOWN=	root
8BINMODE=4555
9
10# The Makefile over in ../../distrib/utils/x_route
11# would like keywords.[ch] to always exist here, so
12# they are now checked in as sources.
13#
14# CFLAGS+=-I.
15# CLEANFILES+= keywords.c keywords.h
16# keywords.c keywords.h : keywords.sh
17# 	sh keywords.sh
18
19route.o .depend lint tags: keywords.h
20
21.include <bsd.prog.mk>
22