]> git.cameronkatri.com Git - apple_cmds.git/blob - network_cmds/ifconfig.tproj/Makefile
network_cmds: Get it all working
[apple_cmds.git] / network_cmds / ifconfig.tproj / Makefile
1 PROG= ifconfig
2 MAN= ifconfig.8
3 SRCS= af_inet.c \
4 af_inet6.c \
5 af_link.c \
6 if6lowpan.c \
7 ifbond.c \
8 ifbridge.c \
9 ifclone.c \
10 ifconfig.c \
11 iffake.c \
12 ifmedia.c \
13 ifvlan.c \
14 nexus.c
15
16 BINDIR=/sbin
17
18 .include <bsd.prog.mk>