This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b67ba111e9
freebsd-dev
/
usr.sbin
/
daemon
/
Makefile
10 lines
97 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add a new utility that runs an executable detached from the controlling terminal. Discussed on: -hackers Obtained from: BSD/OS
2001-08-30 04:48:02 +00:00
# $FreeBSD$
PROG
=
daemon
MAN
=
daemon.8
Teach daemon(8) how to use pidfile(3).
2005-08-24 17:24:39 +00:00
DPADD
=
${
LIBUTIL
}
LDADD
=
-lutil
Add a new utility that runs an executable detached from the controlling terminal. Discussed on: -hackers Obtained from: BSD/OS
2001-08-30 04:48:02 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink