NetBSD/libexec/rpc.rwalld/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

12 lines
197 B
Makefile

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