diff options
| author | Geoff Rehmet <csgr@FreeBSD.org> | 1994-08-28 14:49:04 +0000 |
|---|---|---|
| committer | Geoff Rehmet <csgr@FreeBSD.org> | 1994-08-28 14:49:04 +0000 |
| commit | 0c0b205ceb318f5c0ff32a57f78b512809ad7eef (patch) | |
| tree | b72c44554888eba2bf01cd5f1b13faf493d7cd83 /libexec/rpc.rstatd/Makefile | |
| parent | 82df480e9f5bdd326ad39cbc4049119eeec3980b (diff) | |
Notes
Diffstat (limited to 'libexec/rpc.rstatd/Makefile')
| -rw-r--r-- | libexec/rpc.rstatd/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libexec/rpc.rstatd/Makefile b/libexec/rpc.rstatd/Makefile new file mode 100644 index 000000000000..312f7cf7c3fe --- /dev/null +++ b/libexec/rpc.rstatd/Makefile @@ -0,0 +1,10 @@ +# $Id: Makefile,v 1.2 1993/11/10 03:45:40 smace Exp $ + +PROG = rpc.rstatd +SRCS = rstatd.c rstat_proc.c +MAN8 = rpc.rstatd.8 + +DPADD= ${LIBRPCSVC} ${LIBUTIL} ${LIBKVM} +LDADD= -lrpcsvc -lutil -lkvm + +.include <bsd.prog.mk> |
