freebsd-dev/usr.sbin/daemon/Makefile
Mike Barcroft bd06a3ec97 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

8 lines
74 B
Makefile

# $FreeBSD$
PROG= daemon
WARNS?= 2
MAN= daemon.8
.include <bsd.prog.mk>