mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
bd06a3ec97
controlling terminal. Discussed on: -hackers Obtained from: BSD/OS
8 lines
74 B
Makefile
8 lines
74 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= daemon
|
|
WARNS?= 2
|
|
MAN= daemon.8
|
|
|
|
.include <bsd.prog.mk>
|