Cross Reference: Makefile
xref: /src/sbin/ifconfig/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sbin/ifconfig/
Makefile revision 1.61
11.61Schristos#	$NetBSD: Makefile,v 1.61 2017/10/10 19:30:06 christos 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.53Schristos.if (${MKRUMP} != "no")
261.60SrinCPPFLAGS+=	-DRUMP_ACTION
271.61SchristosLDADD.rump +=	-lrumpres
281.61SchristosDPADD.rump +=	${LIBRUMPRES}
291.53Schristos.endif
301.50Spooka
311.1Scgd.include <bsd.prog.mk>
32

Indexes created Sat Dec 20 21:09:36 GMT 2025