Makefile revision 1.28
11.28Syamt# $NetBSD: Makefile,v 1.28 2005/03/20 14:24:13 yamt 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.28Syamt# also needed for src/distrib/utils/x_ifconfig/Makefile. 61.28Syamt 71.16Slukem.include <bsd.own.mk> 81.16Slukem 91.17SxtraemeWARNS= 3 101.1ScgdPROG= ifconfig 111.6ScgdMAN= ifconfig.8 121.8Sitojun 131.18SyamtCPPFLAGS+= -I${NETBSDSRCDIR}/sys/ 141.18Syamt 151.16Slukem.if (${USE_INET6} != "no") 161.10SitojunCPPFLAGS+=-DINET6 171.16Slukem.endif 181.11Sitojun 191.11Sitojun# KAME scope id hack 201.11SitojunCPPFLAGS+=-DKAME_SCOPEID 211.14Schristos 221.14SchristosDPADD+=${LIBUTIL} 231.14SchristosLDADD+=-lutil 241.1Scgd 251.15SdslSRCS= ifconfig.c 261.22Sthorpej 271.22SthorpejSRCS+= af_atalk.c 281.26SthorpejSRCS+= af_inet.c 291.27Sthorpej.if (${USE_INET6} != "no") 301.25SthorpejSRCS+= af_inet6.c 311.27Sthorpej.endif 321.24SthorpejSRCS+= af_iso.c 331.23SthorpejSRCS+= af_ns.c 341.22Sthorpej 351.18SyamtSRCS+= agr.c 361.21SthorpejSRCS+= ieee80211.c 371.20SthorpejSRCS+= tunnel.c 381.19SthorpejSRCS+= vlan.c 391.15Sdsl 401.1Scgd.include <bsd.prog.mk> 41