mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 23:28:57 +00:00
10 lines
97 B
Makefile
10 lines
97 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= daemon
|
|
MAN= daemon.8
|
|
|
|
DPADD= ${LIBUTIL}
|
|
LDADD= -lutil
|
|
|
|
.include <bsd.prog.mk>
|