1 1.61.16.1 perseant # $NetBSD: Makefile,v 1.61.16.1 2025/08/02 05:55:06 perseant Exp $ 2 1.7 cgd # @(#)Makefile 8.1 (Berkeley) 6/5/93 3 1.1 cgd 4 1.28 yamt # when making a change to this file, please check if the change is 5 1.45 tsutsui # also needed for src/distrib/utils/x_ifconfig. 6 1.61.16.1 perseant # such stuff should be into Makefile.common. 7 1.28 yamt 8 1.16 lukem .include <bsd.own.mk> 9 1.16 lukem 10 1.60 rin RUMPPRG= ifconfig 11 1.60 rin MAN= ifconfig.8 12 1.60 rin 13 1.60 rin SRCS= af_atalk.c af_link.c carp.c 14 1.60 rin 15 1.60 rin CPPFLAGS+= -I${NETBSDSRCDIR}/sys/dist/pf/ 16 1.60 rin SRCS+= pfsync.c 17 1.8 itojun 18 1.16 lukem .if (${USE_INET6} != "no") 19 1.38 dyoung CPPFLAGS+= -DINET6 20 1.60 rin SRCS+= af_inet6.c 21 1.16 lukem .endif 22 1.11 itojun 23 1.58 rin .include "Makefile.common" 24 1.15 dsl 25 1.53 christos .if (${MKRUMP} != "no") 26 1.60 rin CPPFLAGS+= -DRUMP_ACTION 27 1.61 christos LDADD.rump += -lrumpres 28 1.61 christos DPADD.rump += ${LIBRUMPRES} 29 1.53 christos .endif 30 1.50 pooka 31 1.1 cgd .include <bsd.prog.mk> 32