11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright (c) 1990, 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
25 #
26
27 SYNCPROG= syncinit syncloop syncstat
28
29 PROG= 6to4relay arp if_mpadm \
30 in.comsat in.fingerd in.rarpd in.rexecd in.rlogind \
31 in.rshd in.rwhod in.telnetd in.tftpd ipaddrsel \
32 ndd ndp $(SYNCPROG) wanbootutil
33
34 MANIFEST= rarp.xml telnet.xml comsat.xml finger.xml \
35 login.xml shell.xml rexec.xml socket-filter-kssl.xml
36 SVCMETHOD= svc-sockfilter
37
38 ROOTFS_PROG= hostconfig route soconfig
39 SBINLINKS= hostconfig route
40
41 RPCSVCPROG= hostconfig
42 AUDITPROG= in.rexecd in.rlogind in.rshd in.telnetd
43 PAMPROG= in.rexecd in.rlogind in.rshd in.telnetd
44 SOCKETPROG= 6to4relay arp hostconfig if_mpadm in.comsat \
45 in.fingerd in.rarpd in.rexecd in.rlogind in.rshd \
46 in.rwhod in.telnetd in.tftpd ipaddrsel ndp route
47 NSLPROG= 6to4relay arp hostconfig in.comsat in.rarpd \
48 in.rexecd in.rlogind in.rshd in.rwhod in.telnetd \
49 in.tftpd ipaddrsel ndp route
50 CMDPROG= in.telnetd
51 K5PROGS= in.telnetd in.rlogind in.rshd
52 TSNETPROG= route
53 DLADMPROG= 6to4relay
54 DEFAULTFILES= telnetd.dfl
55
56 PROGSRCS= $(PROG:%=%.c)
57 TFTPDOBJS= in.tftpd.o tftpsubs.o
58 OTHERSRC= ../usr.bin/tftp/tftpsubs.c
59 K5RLOGINOBJS= in.rlogind.o
60 K5RSHDOBJS= in.rshd.o
61 K5TELNETOBJS= in.telnetd.o
62 SRCS= $(PROGSRCS) $(OTHERSRC)
63
64 SUBDIRS= bootconfchk ifconfig ilbadm in.rdisc in.routed \
65 in.talkd inetadm inetconv ipadm ipmpstat ipqosconf ipsecutils \
66 kssl/kssladm kssl/ksslcfg nwamadm nwamcfg ping routeadm \
67 snoop sppptun traceroute wificonfig
68
|
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright (c) 1990, 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
25 #
26
27 SYNCPROG= syncinit syncloop syncstat
28
29 PROG= 6to4relay arp if_mpadm \
30 in.comsat in.fingerd in.rarpd in.rexecd in.rlogind \
31 in.rshd in.telnetd in.tftpd ipaddrsel \
32 ndd ndp $(SYNCPROG) wanbootutil
33
34 MANIFEST= rarp.xml telnet.xml comsat.xml finger.xml \
35 login.xml shell.xml rexec.xml socket-filter-kssl.xml
36 SVCMETHOD= svc-sockfilter
37
38 ROOTFS_PROG= hostconfig route soconfig
39 SBINLINKS= hostconfig route
40
41 RPCSVCPROG= hostconfig
42 AUDITPROG= in.rexecd in.rlogind in.rshd in.telnetd
43 PAMPROG= in.rexecd in.rlogind in.rshd in.telnetd
44 SOCKETPROG= 6to4relay arp hostconfig if_mpadm in.comsat \
45 in.fingerd in.rarpd in.rexecd in.rlogind in.rshd \
46 in.telnetd in.tftpd ipaddrsel ndp route
47 NSLPROG= 6to4relay arp hostconfig in.comsat in.rarpd \
48 in.rexecd in.rlogind in.rshd in.telnetd \
49 in.tftpd ipaddrsel ndp route
50 CMDPROG= in.telnetd
51 K5PROGS= in.telnetd in.rlogind in.rshd
52 TSNETPROG= route
53 DLADMPROG= 6to4relay
54 DEFAULTFILES= telnetd.dfl
55
56 PROGSRCS= $(PROG:%=%.c)
57 TFTPDOBJS= in.tftpd.o tftpsubs.o
58 OTHERSRC= ../usr.bin/tftp/tftpsubs.c
59 K5RLOGINOBJS= in.rlogind.o
60 K5RSHDOBJS= in.rshd.o
61 K5TELNETOBJS= in.telnetd.o
62 SRCS= $(PROGSRCS) $(OTHERSRC)
63
64 SUBDIRS= bootconfchk ifconfig ilbadm in.rdisc in.routed \
65 in.talkd inetadm inetconv ipadm ipmpstat ipqosconf ipsecutils \
66 kssl/kssladm kssl/ksslcfg nwamadm nwamcfg ping routeadm \
67 snoop sppptun traceroute wificonfig
68
|