Cross Reference: Makefile
xref: /src/sbin/ifconfig/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sbin/ifconfig/
Makefile revision 1.60
11.60Srin#	$NetBSD: Makefile,v 1.60 2017/02/08 23:34:15 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.60SrinRUMPPRG=	ifconfig
111.60SrinMAN=		ifconfig.8
121.60Srin
131.60SrinSRCS=		af_atalk.c af_link.c carp.c
141.60Srin
151.60SrinCPPFLAGS+=	-I${NETBSDSRCDIR}/sys/dist/pf/
161.60SrinSRCS+=		pfsync.c
171.8Sitojun
181.16Slukem.if (${USE_INET6} != "no")
191.38SdyoungCPPFLAGS+=	-DINET6
201.60SrinSRCS+=		af_inet6.c
211.16Slukem.endif
221.11Sitojun
231.58Srin.include "Makefile.common"
241.15Sdsl
251.50Spooka.PATH:		${.CURDIR}/../../lib/libc/net
261.60SrinRUMPSRCS=	getifaddrs.c getnameinfo.c if_indextoname.c
271.53Schristos.if (${MKRUMP} != "no")
281.60SrinCPPFLAGS+=	-DRUMP_ACTION
291.53Schristos.endif
301.50Spooka
311.1Scgd.include <bsd.prog.mk>
32

Indexes created Sun Dec 21 07:09:50 GMT 2025