MFC: Fix 'Used' column in -h/-H output by using int64_t.
[dragonfly.git] / libexec / rpc.rwalld / Makefile
blob792f7b7361c07d248fa1a8b29d43d2e14e29353b
1 # $FreeBSD: src/libexec/rpc.rwalld/Makefile,v 1.4.2.1 2001/04/25 10:40:57 ru Exp $
2 # $DragonFly: src/libexec/rpc.rwalld/Makefile,v 1.2 2003/06/17 04:27:07 dillon Exp $
4 PROG = rpc.rwalld
5 SRCS = rwalld.c
6 MAN = rpc.rwalld.8
8 DPADD= ${LIBRPCSVC} ${LIBUTIL}
9 LDADD= -lrpcsvc -lutil
11 .include <bsd.prog.mk>