NetBSD/distrib/utils/x_route/Makefile
itojun 0c74b798cb make macppc install floppy IPv6 ready
(we have two floppies anyways, and there's plenty of space in 2nd floppy)
2002-06-18 02:02:20 +00:00

21 lines
437 B
Makefile

# $NetBSD: Makefile,v 1.14 2002/06/18 02:02:22 itojun Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
SRCDIR= ${.CURDIR}/../../../sbin/route
PROG= route
NOMAN= # defined
SRCS= route.c show.c keywords.c
CPPFLAGS+= -DSMALL -I${SRCDIR}
.if (${MACHINE} == "i386" || ${MACHINE} == "hpcmips" || ${MACHINE} == "x68k" || ${MACHINE} == "macppc")
CPPFLAGS+= -DINET6
.endif
.include <bsd.prog.mk>
BINOWN= root
BINMODE= 4555
.PATH: ${SRCDIR}