2d577aafd2
Also make sure that foo and rpc.foo are mentioned in the NAME section.
13 lines
198 B
Makefile
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>
|
|
|