Makefile revision 1.18
11.18Schristos# $NetBSD: Makefile,v 1.18 1997/10/10 19:52:22 christos Exp $ 21.11Scgd# @(#)Makefile 8.1 (Berkeley) 6/5/93 31.1Scgd 41.1ScgdPROG= route 51.10ScgdMAN= route.8 61.13SgwrSRCS= route.c show.c keywords.c ccitt_addr.c 71.1Scgd 81.14Sgwr# The Makefile over in ../../distrib/utils/x_route 91.14Sgwr# would like keywords.[ch] to always exist here, so 101.14Sgwr# they are now checked in as sources. 111.14Sgwr# 121.18Schristos# CPPFLAGS+=-I. 131.13Sgwr# CLEANFILES+= keywords.c keywords.h 141.13Sgwr# keywords.c keywords.h : keywords.sh 151.13Sgwr# sh keywords.sh 161.8Scgd 171.1Scgd.include <bsd.prog.mk> 18