NetBSD/libexec/rpc.sprayd/Makefile
jtc 2d577aafd2 Install manpage as foo(8) as well as rpc.foo(8), a convenient shorthand.
Also make sure that foo and rpc.foo are mentioned in the NAME section.
1995-04-12 00:47:27 +00:00

13 lines
198 B
Makefile

# $Id: Makefile,v 1.3 1995/04/12 00:48:01 jtc Exp $
PROG = rpc.sprayd
SRCS = sprayd.c
MAN = rpc.sprayd.8
MLINKS= rpc.sprayd.8 sprayd.8
DPADD= ${LIBRPCSVC}
LDADD= -lrpcsvc
.include <bsd.prog.mk>