mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 23:19:00 +00:00
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>
|