8fae3551ec
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
8 lines
106 B
Makefile
8 lines
106 B
Makefile
# @(#)Makefile 8.2 (Berkeley) 2/20/94
|
|
|
|
PROG= umount
|
|
DPADD= ${LIBRPC}
|
|
LDADD= -lrpc
|
|
|
|
.include <bsd.prog.mk>
|