NetBSD/distrib/utils/x_route/Makefile

19 lines
296 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.5 1999/05/19 04:17:50 gwr Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= route
MKMAN= no
SRCS= route.c show.c keywords.c
SRCDIR= ${BSDSRCDIR}/sbin/route
1997-10-22 06:20:09 +04:00
CPPFLAGS+= -DSMALL -I${SRCDIR}
BINOWN= root
BINMODE=4555
all: ${PROG}
.include <bsd.prog.mk>
.PATH: ${SRCDIR}