mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-18 22:15:46 +01:00
Add devd and routed back to the runtime package instead
of their individual packages based on MK_foo evaluation. There is no intent to split inet/inet6 or other similar combinations for package creation, since they are created during build time. Noticed/prodded by: lidl Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
406d87b1c3
commit
e01a93b63c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/projects/release-pkg/; revision=295456
@ -2,7 +2,7 @@
|
||||
|
||||
.include <src.opts.mk>
|
||||
|
||||
PACKAGE=devd
|
||||
PACKAGE=runtime
|
||||
PROG_CXX=devd
|
||||
SRCS= devd.cc token.l parse.y y.tab.h
|
||||
MAN= devd.8 devd.conf.5
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Make `routed` for FreeBSD
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE=routed
|
||||
PACKAGE=runtime
|
||||
PROG= routed
|
||||
MAN= routed.8
|
||||
SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $Revision: 1.6 $
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE=routed
|
||||
PACKAGE=runtime
|
||||
PROG= rtquery
|
||||
MAN= rtquery.8
|
||||
LIBADD= md
|
||||
|
Loading…
Reference in New Issue
Block a user