1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00
freebsd/libexec/rpc.rwalld/Makefile
2004-02-04 11:59:08 +00:00

11 lines
123 B
Makefile

# $FreeBSD$
PROG = rpc.rwalld
SRCS = rwalld.c
MAN = rpc.rwalld.8
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>