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
56e101b337
freebsd-dev
/
usr.sbin
/
daemon
/
Makefile
9 lines
78 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
Convert usr.sbin to LIBADD Reduce overlinking
2014-11-25 16:57:27 +00:00
LIBADD
=
util
Teach daemon(8) how to use pidfile(3).
2005-08-24 17:24:39 +00:00
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