Makefile revision 1.58
11.58Srin# $NetBSD: Makefile,v 1.58 2017/02/08 23:16:41 rin Exp $ 21.7Scgd# @(#)Makefile 8.1 (Berkeley) 6/5/93 31.1Scgd 41.28Syamt# when making a change to this file, please check if the change is 51.45Stsutsui# also needed for src/distrib/utils/x_ifconfig. 61.45Stsutsui# such stuff should be into Makefile.inc. 71.28Syamt 81.16Slukem.include <bsd.own.mk> 91.16Slukem 101.50SpookaRUMPPRG=ifconfig 111.6ScgdMAN= ifconfig.8 121.8Sitojun 131.47Sdyoung#DBG+=-g 141.54SjoergSRCS= af_atalk.c af_link.c carp.c 151.16Slukem.if (${USE_INET6} != "no") 161.38SdyoungCPPFLAGS+= -DINET6 171.38SdyoungSRCS+= af_inet6.c 181.16Slukem.endif 191.11Sitojun 201.58Srin.include "Makefile.common" 211.15Sdsl 221.50Spooka.PATH: ${.CURDIR}/../../lib/libc/net 231.56SozakiRUMPSRCS= getifaddrs.c getnameinfo.c if_indextoname.c 241.53Schristos.if (${MKRUMP} != "no") 251.50SpookaCPPFLAGS+= -DRUMP_ACTION 261.53Schristos.endif 271.50Spooka 281.55Schristos.ifdef SMALLPROG 291.55SchristosCPPFLAGS+=-DSMALL 301.55Schristos.endif 311.55Schristos 321.46StsutsuiCPPFLAGS+=-I${NETBSDSRCDIR}/sys/dist/pf/ 331.44SheSRCS+= pfsync.c 341.44She 351.1Scgd.include <bsd.prog.mk> 36