Makefile revision 1.16
1# $NetBSD: Makefile,v 1.16 1997/04/03 02:35:46 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# CFLAGS+=-I. 13# CLEANFILES+= keywords.c keywords.h 14# keywords.c keywords.h : keywords.sh 15# sh keywords.sh 16 17route.o .depend lint tags: keywords.h 18 19 20.include <bsd.prog.mk> 21