Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0b6fc5bb..5cb877df 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -160,6 +160,7 @@ pkglibexec_PROGRAMS= \
rename \
rexec \
@USE_RM@ \
+ setsid \
timeout \
timestamp \
@SH@
@@ -190,6 +191,9 @@ nc_SOURCES= src/libexec/poudriere/nc/nc.c
pwait_SOURCES= src/libexec/poudriere/pwait/pwait.c
rename_SOURCES= src/libexec/poudriere/rename/rename.c
rm_SOURCES= src/libexec/poudriere/rm/rm.c
+setsid_SOURCES= src/libexec/poudriere/setsid/setsid.c \
+ set/libexec/poudriere/setsid/c.h
+setsid_CFLAGS= -DHAVE_ERR_H -DHAVE_NANOSLEEP
timeout_SOURCES= src/libexec/poudriere/timeout/timeout.c
timestamp_SOURCES= src/libexec/poudriere/timestamp/timestamp.c
timestamp_LDADD= -lpthread