mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 06:12:01 +01:00
pkgbase: Create a FreeBSD-ggate package
Move ggate* to it. Differential Revision: https://reviews.freebsd.org/D31790
This commit is contained in:
parent
5fd1f4be8d
commit
d22072a7d5
@ -40,6 +40,8 @@ ee_COMMENT= Easy Editor Utilities
|
||||
ee_DESC= Easy Editor Utilities
|
||||
gdb_COMMENT= GDB Utilities
|
||||
gdb_DESC= GDB Utilities
|
||||
ggate_COMMENT= GEOM Gate Utilities
|
||||
ggate_DESC= GEOM Gate Utilities
|
||||
groff_COMMENT= Groff Utilities
|
||||
groff_DESC= Groff Utilities
|
||||
hast_COMMENT= Highly Available Storage daemon
|
||||
|
@ -5,6 +5,7 @@
|
||||
PROG= ggatec
|
||||
MAN= ggatec.8
|
||||
SRCS= ggatec.c ggate.c
|
||||
PACKAGE= ggate
|
||||
|
||||
CFLAGS+= -DMAX_SEND_SIZE=32768
|
||||
CFLAGS+= -DLIBGEOM
|
||||
|
@ -5,6 +5,7 @@
|
||||
PROG= ggated
|
||||
MAN= ggated.8
|
||||
SRCS= ggated.c ggate.c
|
||||
PACKAGE= ggate
|
||||
|
||||
LIBADD= pthread util
|
||||
|
||||
|
@ -5,6 +5,7 @@
|
||||
PROG= ggatel
|
||||
MAN= ggatel.8
|
||||
SRCS= ggatel.c ggate.c
|
||||
PACKAGE= ggate
|
||||
|
||||
CFLAGS+= -DLIBGEOM
|
||||
CFLAGS+= -I${.CURDIR:H}/shared
|
||||
|
Loading…
Reference in New Issue
Block a user