freebsd-dev/sbin/umount/Makefile
Rodney W. Grimes 8fae3551ec BSD 4.4 Lite sbin Sources
Note:  XNSrouted and routed NOT imported here, they shall be imported with
usr.sbin.
1994-05-26 06:35:07 +00:00

8 lines
106 B
Makefile

# @(#)Makefile 8.2 (Berkeley) 2/20/94
PROG= umount
DPADD= ${LIBRPC}
LDADD= -lrpc
.include <bsd.prog.mk>