diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-25 16:14:23 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-25 16:14:23 +0000 |
commit | e00bf4df7e4a104a9940205d20d50d0a263d72b7 (patch) | |
tree | e292eebe461c852c06082a6c72658ba6da6203d5 /sysutils/Makefile | |
parent | 04c6d34137df96f4c3c5cb16a1b1e8f12dc3c535 (diff) | |
download | freebsd-ports-e00bf4df7e4a104a9940205d20d50d0a263d72b7.zip |
detach version 1.3
A utitlity for starting a process detached from a terminal.
PR: 15024
Submitted by: Arne H Juul <arnej@pvv.org>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 4ce3ae533c57..1a6d80da8f88 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -21,6 +21,7 @@ SUBDIR += cpbk SUBDIR += cpdup SUBDIR += daemontools + SUBDIR += detach SUBDIR += diskusage SUBDIR += doconfig SUBDIR += ffsrecov |