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