1# $NetBSD: Makefile,v 1.1 1996/09/13 18:21:25 gwr Exp $ 2# @(#)Makefile 8.1 (Berkeley) 6/5/93 3 4PROG= route 5NOMAN= 6SRCS= route.c show.c 7 8# Uncomment one of these: 9# SRCS+= ccitt_addr.c 10CFLAGS+=-DSMALL 11 12BINOWN= root 13BINMODE=4555 14 15.include <bsd.prog.mk> 16