84e59eb50d
(and rename a few in the process).
9 lines
122 B
Makefile
9 lines
122 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= portmap
|
|
DPADD= ${LIBRPC}
|
|
LDADD= -lrpc
|
|
MAN8= portmap.8
|
|
|
|
.include <bsd.prog.mk>
|