diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-05-05 15:20:46 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-05-05 15:39:25 +0000 |
| commit | 47cf7c780a3ebdd4b2daf2060fbd1598d384e798 (patch) | |
| tree | 061e729c9d03e1956876482579e485f86c361b6a /libexec/rpc.rstatd/Makefile | |
| parent | f91d251b399af2d468585668c6cf7938e80ab1b5 (diff) | |
Diffstat (limited to 'libexec/rpc.rstatd/Makefile')
| -rw-r--r-- | libexec/rpc.rstatd/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libexec/rpc.rstatd/Makefile b/libexec/rpc.rstatd/Makefile index 1be4bd27c2c0..5572748ddf26 100644 --- a/libexec/rpc.rstatd/Makefile +++ b/libexec/rpc.rstatd/Makefile @@ -1,6 +1,7 @@ -PROG = rpc.rstatd -SRCS = rstatd.c rstat_proc.c -MAN = rpc.rstatd.8 +PACKAGE= rcmds +PROG= rpc.rstatd +SRCS= rstatd.c rstat_proc.c +MAN= rpc.rstatd.8 LIBADD= rpcsvc devstat |
