xref: /netbsd/sbin/route/Makefile (revision bf9ec67e)
1#	$NetBSD: Makefile,v 1.20 1999/07/03 06:27:56 itojun 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
8CPPFLAGS+=-DINET6
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# CPPFLAGS+=-I.
15# CLEANFILES+= keywords.c keywords.h
16# keywords.c keywords.h : keywords.sh
17# 	sh keywords.sh
18
19.include <bsd.prog.mk>
20