Create packages for atm, ccdconfig, devd, ipf, ipfw,

iscsi, natd, nandfs, pf, quotacheck, and routed.

Add ping6 and rtsol to the runtime package.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2016-02-09 19:30:31 +00:00
parent a5395435ff
commit 7de1daeb93
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/release-pkg/; revision=295448
25 changed files with 25 additions and 0 deletions

View File

@ -7,6 +7,7 @@
.include <src.opts.mk>
PACKAGE=atm
PROG= atmconfig
SRCS= main.c diag.c natm.c
MAN= atmconfig.8

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=ccdconfig
PROG= ccdconfig
MAN= ccdconfig.8

View File

@ -2,6 +2,7 @@
.include <src.opts.mk>
PACKAGE=devd
PROG_CXX=devd
SRCS= devd.cc token.l parse.y y.tab.h
MAN= devd.8 devd.conf.5

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE= ipf
PROG= ipf
SRCS= ${GENHDRS} ipf.c ipfcomp.c ipf_y.c ipf_l.c bpf_filter.c
MAN= ipfilter.4 ipfilter.5 ipf.8 ipf.4 ipf.5 ipl.4

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=ipf
PROG= ipfs
MAN= ipfs.8

View File

@ -2,6 +2,7 @@
NOGCCERROR= # defined
PACKAGE= ipf
PROG= ipfstat
SRCS= ipfstat.c
MAN= ipfstat.8

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE= ipf
PROG= ipftest
SRCS= ${GENHDRS} ipftest.c fil.c ip_frag.c ip_state.c ip_nat.c \
ip_nat6.c \

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE= ipf
PROG= ipmon
SRCS= ${GENHDRS} ipmon.c ipmon_y.c ipmon_l.c
MAN= ipmon.8

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE= ipf
PROG= ipnat
SRCS= ${GENHDRS} ipnat.c ipnat_y.c ipnat_l.c
MAN= ipnat.8 ipnat.4 ipnat.5

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE= ipf
PROG= ippool
SRCS= ${GENHDRS} ippool_y.c ippool_l.c kmem.c ippool.c
MAN= ippool.5 ippool.8

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE= ipf
PROG= ipresend
SRCS= ipresend.c ip.c resend.c sbpf.c sock.c 44arp.c
MAN= ipresend.1

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE= ipf
LIB= ipf
INTERNALLIB=

View File

@ -2,6 +2,7 @@
.include <src.opts.mk>
PACKAGE=ipfw
PROG= ipfw
SRCS= ipfw2.c dummynet.c ipv6.c main.c nat.c tables.c
WARNS?= 2

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=iscsi
SRCS= iscontrol.c pdu.c fsm.c config.c login.c auth_subr.c misc.c
PROG= iscontrol
LIBADD= cam md

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=nandfs
PROG= nandfs
SRCS= nandfs.c lssnap.c mksnap.c rmsnap.c
MAN= nandfs.8

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE= natd
PROG = natd
SRCS = natd.c icmp.c
WARNS?= 3

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=nandfs
PROG= newfs_nandfs
MAN= newfs_nandfs.8

View File

@ -5,6 +5,7 @@
# pf_ruleset.c is shared between kernel and pfctl
.PATH: ${.CURDIR}/../../sys/netpfil/pf
PACKAGE=pf
PROG= pfctl
MAN= pfctl.8

View File

@ -2,6 +2,7 @@
.PATH: ${.CURDIR}/../../contrib/pf/pflogd
PACKAGE=pf
PROG= pflogd
SRCS= pflogd.c pidfile.c privsep.c privsep_fdpass.c
MAN= pflogd.8

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PROG= ping6
MAN= ping6.8

View File

@ -1,6 +1,7 @@
# $FreeBSD$
# @(#)Makefile 8.1 (Berkeley) 6/5/93
PACKAGE=quotacheck
PROG= quotacheck
SRCS= quotacheck.c preen.c fsutil.c utilities.c
WARNS?= 2

View File

@ -1,6 +1,7 @@
# Make `routed` for FreeBSD
# $FreeBSD$
PACKAGE=routed
PROG= routed
MAN= routed.8
SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c

View File

@ -2,6 +2,7 @@
# $Revision: 1.6 $
# $FreeBSD$
PACKAGE=routed
PROG= rtquery
MAN= rtquery.8
LIBADD= md

View File

@ -16,6 +16,7 @@
.PATH: ${.CURDIR}/../../usr.sbin/rtsold
PACKAGE=runtime
PROG= rtsol
SRCS= rtsold.c rtsol.c if.c probe.c dump.c rtsock.c
MAN=

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE= iscsi
PROG= iscsid
SRCS= chap.c discovery.c iscsid.c keys.c log.c login.c pdu.c
CFLAGS+= -I${.CURDIR}