combine find_node and add_node, use db(3) hashing; malloc node and
[unix-history] / usr / src / usr.bin / showmount / Makefile
CommitLineData
35ecfc80 1# @(#)Makefile 6.3 (Berkeley) %G%
7918c07a 2
2f33aea7
KB
3PROG= showmount
4DPADD= ${LIBRPC}
5LDADD= -lrpc
7918c07a 6
2f33aea7 7.include <bsd.prog.mk>